MCP Catalogs
Home

everything vs grafana-mcp-analyzer

Side-by-side comparison to help you pick between these two MCP servers.

everything
by modelcontextprotocol
grafana-mcp-analyzer
by SailingCoder
Stars★ 85,748★ 43
30d uses
Score7742
Official
Categories
Developer ToolsAI / LLM ToolsOther
MonitoringDeveloper ToolsOps & Infra
LanguageTypeScriptTypeScript
Last committhis month10 mo ago

everything · Summary

Official MCP test server exercising all protocol features for client builders.

grafana-mcp-analyzer · Summary

An MCP server that enables AI assistants to directly analyze Grafana monitoring data through natural language queries.

everything · Use cases

  • Testing MCP client implementations against all protocol features
  • Learning MCP protocol capabilities through a reference server
  • Validating client compatibility with different transport methods

grafana-mcp-analyzer · Use cases

  • AI-powered real-time system performance analysis
  • Automated incident response through natural language queries
  • Capacity planning based on historical monitoring trends

everything · Install

NPX (recommended)

{
  "mcpServers": {
    "everything": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-everything"]
    }
  }
}

On Windows, use cmd /c:

{
  "mcpServers": {
    "everything": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
    }
  }
}

Docker

{
  "mcpServers": {
    "everything": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "mcp/everything"]
    }
  }
}

Global install

npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everything

grafana-mcp-analyzer · Install

Installation

  1. Install globally via npm: npm install -g grafana-mcp-analyzer

Configuration

Add to Claude Desktop config.json:

{
  "mcpServers": {
    "grafana": {
      "command": "grafana-mcp-analyzer",
      "env": {
        "CONFIG_PATH": "path/to/your/grafana-config.js",
        "MAX_CHUNK_SIZE": "100"
      }
    }
  }
}

For Cursor, add to settings.json in the MCP section.

Comparison generated from public README + GitHub signals. Last updated automatically.