JetShift MCP Server
JetShift MCP Server allows communication with JetShift. It lets you manage all aspects of JetShift.
uv pip install .fastmcp dev main.py
# or,
mcp dev main.py# add mcp to claude desktop
fastmcp install jsmcp/main.py{
"mcpServers": {
"JetShift MCP Server": {
"command": "uv",
"args": [
"run",
"--with",
"fastmcp",
"fastmcp",
"run",
"E:\\Python\\jetshift-mcp-server\\main.py"
]
}
}
}uv run --with fastmcp fastmcp run "E:\Python\jetshift-mcp-server\main.py"@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.pyCreate a database:
create a JetShift database from this connection mysql://obydul:123456@localhost:3306/test_dbUpdate database info:
Rename database (5) title to "Test MCP database".Get database info:
Show me the DB info. id = 5Delete database:
Delete database id = 5