Jetshift Mcp Server
@jetshift
About Jetshift Mcp Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"jetshift-mcp-server": {
"command": "uv",
"args": [
"pip",
"install",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Jetshift Mcp Server?
Jetshift Mcp Server allows communication with JetShift and lets you manage all aspects of JetShift. It is designed for use with MCP-compatible clients.
How to use Jetshift Mcp Server?
Install with uv pip install ., then run using fastmcp dev main.py or mcp dev main.py. For Claude Desktop, add the MCP server configuration using uv run --with fastmcp fastmcp run. For 5ire and fast-agent, run with similar commands or configure as shown in the README.
Key features of Jetshift Mcp Server
- Communicate with JetShift
- Manage all JetShift aspects
- Supports Claude Desktop, 5ire, and fast-agent
- Provides prompts for database operations
- Uses FastMCP for server implementation
Use cases of Jetshift Mcp Server
- Create a database from a MySQL connection string
- Rename an existing database title
- Retrieve database information by ID
- Delete a database by ID
FAQ from Jetshift Mcp Server
What is required to run the server?
Python, uv, and FastMCP must be installed.
Which clients are supported?
The README documents usage with Claude Desktop, 5ire, and fast-agent.
How do I configure it for Claude Desktop?
Add the following to your MCP servers configuration:
{
"mcpServers": {
"JetShift MCP Server": {
"command": "uv",
"args": [
"run",
"--with",
"fastmcp",
"fastmcp",
"run",
"path/to/main.py"
]
}
}
}
How do I manage a database via prompts?
Use natural language prompts such as "create a JetShift database from this connection mysql://obydul:123456@localhost:3306/test_db" or "Rename database (5) title to 'Test MCP database'".
Can I delete a database?
Yes, use the prompt "Delete database id = 5".
More Other MCP servers
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Codelf
unbugA search tool helps dev to solve the naming things problem.
Comments