SigNoz MCP Server
Rank #25,835io.github.SigNoz/signoz-mcp-server
SigNoz MCP server: access metrics, traces, logs, alerts, and dashboards via AI assistants
SigNoz MCP Server is a Model Context Protocol (MCP) server published by signoz. It ranks #25,835 of 115,591 servers tracked on MCP Toplist. SigNoz MCP Server is listed on Official MCP, with 8 tracked versions. It was first listed on Oct 28, 2025 and most recently updated on Aug 19, 2026.
Ranks ahead of 89,756 of 115,591 servers on MCP Toplist.
Use SigNoz MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add signoz-mcp-server -- docker run -i --rm docker.io/signoz/signoz-mcp-server:v0.13.0[mcp_servers.signoz-mcp-server]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/signoz/signoz-mcp-server:v0.13.0"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"signoz-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/signoz/signoz-mcp-server:v0.13.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"signoz-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/signoz/signoz-mcp-server:v0.13.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"signoz-mcp-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/signoz/signoz-mcp-server:v0.13.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"signoz-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/signoz/signoz-mcp-server:v0.13.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"signoz-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/signoz/signoz-mcp-server:v0.13.0"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.SigNoz%2Fsignoz-mcp-server)<a href="https://mcptoplist.com/server/io.github.SigNoz%2Fsignoz-mcp-server"><img src="https://mcptoplist.com/badge/io.github.SigNoz%2Fsignoz-mcp-server.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
signoz
Available versions (8)
| Version | Published |
|---|---|
| 0.13.0 | Aug 19, 2026 |
| 0.12.0 | Aug 12, 2026 |
| 0.11.0 | Aug 5, 2026 |
| 0.10.0 | Jul 27, 2026 |
| 0.6.0 | Jun 25, 2026 |
| 0.0.4 | Nov 10, 2025 |
| 0.0.1 | Oct 28, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains SigNoz MCP Server?
- SigNoz MCP Server is maintained by signoz, which publishes 2 MCP servers (24 total versions) tracked on MCP Toplist.
- Is SigNoz MCP Server listed on the Official MCP Registry?
- Yes — SigNoz MCP Server is listed on the Official MCP Registry.
- How many versions does SigNoz MCP Server have?
- MCP Toplist tracks 8 versions of SigNoz MCP Server, most recently published on Aug 19, 2026.
- Where can I find the source code for SigNoz MCP Server?
- The source code for SigNoz MCP Server is hosted at github.com/SigNoz/signoz-mcp-server.