- Explore MCP Servers
- jetshift-mcp-server
Jetshift Mcp Server
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
JetShift MCP Server
JetShift MCP Server allows communication with JetShift. It lets you manage all aspects of JetShift.
Server
uv pip install .
fastmcp dev main.py
# or,
mcp dev main.py
# add mcp to claude desktop
fastmcp install jsmcp/main.py
Clients
{
"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.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
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










