kmesh-mcp-prototype

Atishyy27/kmesh-mcp-prototype
★ 0 stars Go API Integration Updated 1d ago
MCP server prototype for Kmesh (LFX Term-3, kmesh-net/kmesh#1800) - 4 read-only tools over the status-server API, stdio transport
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/Atishyy27/kmesh-mcp-prototype@latest"
      ]
    }
  }
}

README Excerpt

Small MCP server prototype for Kmesh — built as evidence-of-approach for the LFX Mentorship Term-3 slot [kmesh-net/kmesh#1800](https://github.com/kmesh-net/kmesh/issues/1800) ("Develop MCP Server for AI-Native Kmesh Service Mesh Management"). A standalone Go binary speaking MCP over stdio, exposing 4 read-only tools, each a thin

Tools (4)

config_dumpget_daemon_healthget_logger_levelsget_version