jetshift-mcp-server

jetshift-mcp-server

1

JetShift MCP Server is a server application focused on managing JetShift operations, offering support for integration with various clients and handling database operations through specified commands. It provides a robust platform for managing JetShift environments.

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