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".
「その他」の他のコンテンツ
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Awesome Mlops
visengerA curated list of references for MLOps
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
コメント