mcp-tool-server

Akash-1512/mcp-tool-server
★ 1 stars Python 🗄️ Database Updated 7d ago
MCP Tool Orchestration Server — runtime tool discovery via Model Context Protocol, LangGraph agent client, JWT auth, real SQLite/filesystem/web tools
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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

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