mctop

mctop-org/mctop
★ 1 stars Go Code/Dev Tools Updated 5d ago
A terminal client for MCP servers: explore, call, and CI-test any server from your shell.
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": {
    "mctop": {
      "command": "go",
      "args": [
        "run",
        "github.com/mctop-org/mctop@latest"
      ]
    }
  }
}

README Excerpt

A terminal client for MCP servers. Connect to any server, browse its tools, resources, and prompts, call them, and watch the result, without leaving the shell. Then assert the server's contract in CI so a renamed tool or a drifted schema fails the build instead of breaking an agent in production. Think `curl` and `k9s`, but for the Model Context Protocol.

Topics

ciclideveloper-toolsdevtoolsgolangmcpmcp-clientmodel-context-protocolterminaltestingtui