MCP.so
Sign In
Servers

Jetshift Mcp Server

@jetshift

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".

Tags

More from Other