MCP server for analyzing Solana metrics from InfluxDB and generating Grafana dashboards
Solana metrics mcp server lets Claude, Cursor and other MCP clients work with Solana Metrics directly. MCP server for analyzing Solana metrics from InfluxDB and generating Grafana dashboards.
This MCP server analyzes Solana metrics from InfluxDB and generates Grafana dashboards. It's designed to work with the sol_metrics database and provides intelligent categorization and analysis of blockchain metrics.
The server is distributed via npm as npm, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Before the server will start you need to supply 5 environment variables: INFLUX_URL, INFLUX_TOKEN, INFLUX_ORG, INFLUX_BUCKET, INFLUX_VERSION. Keep credentials in your client's env block or a secrets manager rather than committing them.
Monitoring servers replace the paste-the-stack-trace ritual with an assistant that reads the real event, with all its surrounding context intact. Solana Metrics sits in that group. Worth comparing against the other monitoring security servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
{
"mcpServers": {
"solana-metrics": {
"command": "npx",
"args": ["-y", "npm"],
"env": {
"INFLUX_URL": "your-value",
"INFLUX_TOKEN": "your-value",
"INFLUX_ORG": "your-value",
"INFLUX_BUCKET": "your-value",
"INFLUX_VERSION": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| INFLUX_URL | Endpoint or connection string the server talks to. | Yes |
| INFLUX_TOKEN | Credential the server authenticates with. | Yes |
| INFLUX_ORG | Configuration value read at startup. | Optional |
| INFLUX_BUCKET | Configuration value read at startup. | Optional |
| INFLUX_VERSION | Configuration value read at startup. | Optional |
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.