Jetshift Mcp Server
@jetshift
Jetshift Mcp Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを 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".
「その他」の他のコンテンツ
ICSS
chokcoco不止于 CSS
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
ghidraMCP
LaurieWiredMCP Server for Ghidra
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
コメント