kmesh-mcp-prototype

Anand-240/kmesh-mcp-prototype
★ 0 stars Go API Integration Updated today
Prototype MCP server for Kmesh (kmesh-net/kmesh#1800)
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": {
    "kmesh-mcp-prototype": {
      "command": "go",
      "args": [
        "run",
        "github.com/Anand-240/kmesh-mcp-prototype@latest"
      ]
    }
  }
}

README Excerpt

Proof of concept for [kmesh-net/kmesh#1800](https://github.com/kmesh-net/kmesh/issues/1800), the LFX project to build an MCP server for Kmesh. Six read-only tools over the endpoints Kmesh's status server already serves (`pkg/status/status_server.go`, port 15200), on both transports, with the daemon's mode resolved automatically.

Tools (6)

config_dumpget_bpf_mapsget_daemon_healthget_daemon_modeget_logger_levelsget_version