zed-mcp-grafana

sd2k/zed-mcp-grafana
★ 6 stars Rust ⚙️ DevOps Updated 1mo ago
Grafana MCP server extension for Zed
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "zed-mcp-grafana": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "zed-mcp-grafana"
      ]
    }
  }
}