meshery-mcp-poc

singhharsh1708/meshery-mcp-poc
★ 0 stars Go Memory/Knowledge Updated today
Read-only Model Context Protocol (MCP) server for Meshery — proof-of-concept for LFX Term 3 2026 (cncf/mentoring#2019)
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": {
    "meshery-mcp-poc": {
      "command": "go",
      "args": [
        "run",
        "github.com/singhharsh1708/meshery-mcp-poc@latest"
      ]
    }
  }
}