jetshift-mcp-server

jetshift-mcp-server

3.2

If you are the rightful owner of jetshift-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

JetShift MCP Server allows communication with JetShift, enabling management of all aspects of JetShift.

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