toolbridge-mcp-server

LeelaissakAttota/toolbridge-mcp-server
★ 0 stars Python AI/LLM Updated today
An MCP server.
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": {
    "toolbridge-mcp-serve": {
      "command": "uvx",
      "args": [
        "toolbridge-mcp-server"
      ]
    }
  }
}

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

README Excerpt

A clean-architecture, production‑ready skeleton for the ToolBridge MCP Server. This repository contains the foundational project structure, configuration loader, logging setup, base models, exception hierarchy, provider interface, and utility helpers. No business logic, AI agents, or tool implementations are