mcp-doc-server

grafana/mcp-doc-server
★ 0 stars Go DevOps Updated today
Grafana docs MCP server with integration for mcp-grafana and gcx.
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": {
    "mcp-doc-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/grafana/mcp-doc-server@latest"
      ]
    }
  }
}