Jetshift Mcp Server

by jetshift

1 stars
165 downloads
Not rated
GitHub

Description

<p align="center"> <a href="https://github.com/mdobydullah/jetshift-core"> <img src="https://cdn.shouts.dev/media/435/jetshift-github.png" alt="JefShift" width="100"> <img src="https://cdn.shouts.dev/media/438/mcp.png" alt="JefShift" width="120"> </a> </p> <p align="center">…

About

<p align="center"> <a href="https://github.com/mdobydullah/jetshift-core"> <img src="https://cdn.shouts.dev/media/435/jetshift-github.png" alt="JefShift" width="100"> <img src="https://cdn.shouts.dev/media/438/mcp.png" alt="JefShift" width="120"> </a> </p> <p align="center"> <strong>JetShift MCP Server</strong> </p> >…

Details

Author
jetshift
GitHub stars
1
Downloads
165
Categories
Other

- Communicate with JetShift
- Manage all JetShift aspects
- Supports Claude Desktop, 5ire, and fast-agent
- Provides prompts for database operations
- Uses FastMCP for server implementation

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Jetshift Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

{
    "jetshift-mcp-server": {
        "command": "uv",
        "args": [
            "pip",
            "install",
            "."
        ]
    }
}
<p align="center"> <a href="https://github.com/mdobydullah/jetshift-core"> <img src="https://cdn.shouts.dev/media/435/jetshift-github.png" alt="JefShift" width="100"> <img src="https://cdn.shouts.dev/media/438/mcp.png" alt="JefShift" width="120"> </a> </p> <p align="center"> <strong>JetShift MCP Server</strong> </p> > JetShift MCP Server allows communication with JetShift. It lets you manage all aspects of JetShift. ## Server [FastMCP Doc](https://gofastmcp.com/getting-started/welcome) ```bash uv pip install . ``` ```bash fastmcp dev main.py # or, mcp dev main.py ``` ```bash # add mcp to claude desktop fastmcp install jsmcp/main.py ``` ## Clients [Claude Desktop](https://claude.ai/download) ```bash { "mcpServers": { "JetShift MCP Server": { "command": "uv", "args": [ "run", "--with", "fastmcp", "fastmcp", "run", "E:\\Python\\jetshift-mcp-server\\main.py" ] } } } ``` [5ire](https://github.com/nanbingxyz/5ire) ```bash uv run --with fastmcp fastmcp run "E:\Python\jetshift-mcp-server\main.py" ``` [fast-agent](https://github.com/evalstate/fast-agent) ```bash @fast.agent( instruction="You are a helpful AI Agent", servers=["jetshift_mcp_server"], ) cp fastagent.secrets.example.yaml fastagent.secrets.yaml cd fast-agent uv run agent.py ``` ## MCP prompts Create a database: ```bash create a JetShift database from this connection mysql://obydul:123456@localhost:3306/test_db ``` Update database info: ```bash Rename database (5) title to "Test MCP database". ``` Get database info: ```bash Show me the DB info. id = 5 ``` Delete database: ```bash Delete database id = 5 ```
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.