MCP_tool_hosting

Dsritha/MCP_tool_hosting
★ 1 stars Python AI/LLM Updated 18d ago
The repository has python scripts for tools that are getting hosted as mcp in render and being used by AI tools
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": {
    "mcp_tool_hosting": {
      "command": "uvx",
      "args": [
        "mcp-tool-hosting"
      ]
    }
  }
}

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