orbit-mcp-server

AyoubProjects28/orbit-mcp-server
★ 0 stars Python AI/LLM Updated today
MCP server exposing tools the LLM orchestrator can call during chat.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "orbit-mcp-server": {
      "command": "uvx",
      "args": [
        "orbit-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install orbit-mcp-server

Topics

fastmcpmcpmcp-protocolmcp-servermcp-toolspython