Read-only Model Context Protocol (MCP) server for Meshery — proof-of-concept for LFX Term 3 2026 (cncf/mentoring#2019)
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"
]
}
}
}
Run in terminal:
claude mcp add meshery-mcp-poc go run github.com/singhharsh1708/meshery-mcp-poc@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"meshery-mcp-poc": {
"command": "go",
"args": [
"run",
"github.com/singhharsh1708/meshery-mcp-poc@latest"
]
}
}
}