mcp-chatbot

Jonialen/mcp-chatbot
★ 0 stars Go AI/LLM Updated 2d ago
Console chatbot acting as an MCP host: coordinates several Model Context Protocol servers over stdio and Streamable HTTP. Protocol implemented directly over JSON-RPC 2.0, no MCP SDK. CC3067 Redes, UVG.
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-chatbot": {
      "command": "go",
      "args": [
        "run",
        "github.com/Jonialen/mcp-chatbot@latest"
      ]
    }
  }
}

README Excerpt

A console chatbot that acts as an **MCP host**: it coordinates several Model Context Protocol clients, exposes their tools to a Claude model, and runs the tool-use loop. The Model Context Protocol is implemented **directly over JSON-RPC 2.0**, with no MCP SDK. Every frame exchanged with a server is built, parsed and logged by

Tools (1)

config