Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JefShift JefShift

JetShift MCP Server

JetShift MCP Server allows communication with JetShift. It lets you manage all aspects of JetShift.

Server

FastMCP Doc

uv pip install .
fastmcp dev main.py
# or,
mcp dev main.py
# add mcp to claude desktop
fastmcp install jsmcp/main.py

Clients

Claude Desktop

{
  "mcpServers": {
    "JetShift MCP Server": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "fastmcp",
        "fastmcp",
        "run",
        "E:\\Python\\jetshift-mcp-server\\main.py"
      ]
    }
  }
}

5ire

uv run --with fastmcp fastmcp run "E:\Python\jetshift-mcp-server\main.py"

fast-agent

@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:

create a JetShift database from this connection mysql://obydul:123456@localhost:3306/test_db

Update database info:

Rename database (5) title to "Test MCP database".

Get database info:

Show me the DB info. id = 5

Delete database:

Delete database id = 5

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages