MCP.so
登录

Jetshift Mcp Server

@jetshift

关于 Jetshift Mcp Server

暂无概览

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

jetshift

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "jetshift-mcp-server": {
      "command": "uv",
      "args": [
        "pip",
        "install",
        "."
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

其他 分类下的更多 MCP 服务器