MCP ExplorerExplorer

Jetshift Mcp Server

@jetshifton 9 months ago
1 MIT
FreeCommunity
AI Systems
JetShift MCP Server enables management and communication with JetShift.

Overview

What is Jetshift Mcp Server

JetShift MCP Server is a communication platform that facilitates interaction with JetShift, allowing users to manage various aspects of the JetShift environment.

Use cases

Use cases for JetShift MCP Server include creating and managing databases, updating database information, retrieving database details, and deleting databases as needed.

How to use

To use JetShift MCP Server, install it via pip with ‘uv pip install .’, then run the server using ‘fastmcp dev main.py’ or ‘mcp dev main.py’. You can also add it to Claude Desktop with ‘fastmcp install jsmcp/main.py’.

Key features

Key features of JetShift MCP Server include seamless integration with JetShift, support for database management commands, and compatibility with various clients like Claude Desktop and fast-agent.

Where to use

JetShift MCP Server can be used in software development, database management, and AI agent deployment, particularly in environments that require efficient communication between different software components.

Content

JefShift JefShift

JetShift MCP Server

JetShift MCP Server allows communication with JetShift. It lets you manage all aspects of JetShift.

Server

FastMCP Doc

uv pip install .
fastmcp dev main.py
# or,
mcp dev main.py
# add mcp to claude desktop
fastmcp install jsmcp/main.py

Clients

Claude Desktop

{
  "mcpServers": {
    "JetShift MCP Server": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "fastmcp",
        "fastmcp",
        "run",
        "E:\\Python\\jetshift-mcp-server\\main.py"
      ]
    }
  }
}

5ire

uv run --with fastmcp fastmcp run "E:\Python\jetshift-mcp-server\main.py"

fast-agent

@fast.agent(
    instruction="You are a helpful AI Agent",
    servers=["jetshift_mcp_server"],
)
  
cp fastagent.secrets.example.yaml fastagent.secrets.yaml

cd fast-agent
uv run agent.py

MCP prompts

Create a database:

create a JetShift database from this connection mysql://obydul:123456@localhost:3306/test_db

Update database info:

Rename database (5) title to "Test MCP database".

Get database info:

Show me the DB info. id = 5

Delete database:

Delete database id = 5

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers