jaeger mcp for Grok
io.github.mshegolev/jaeger-mcp
Jaeger MCP — search traces, inspect spans, map service dependencies (read-only).
client:Grok
transport:stdio
runtime:pypi
Install jaeger mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"jaeger-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"jaeger-mcp"
],
"env": {
"JAEGER_URL": "<JAEGER_URL>",
"JAEGER_TOKEN": "<JAEGER_TOKEN>",
"JAEGER_USERNAME": "<JAEGER_USERNAME>",
"JAEGER_PASSWORD": "<JAEGER_PASSWORD>",
"JAEGER_SSL_VERIFY": "<JAEGER_SSL_VERIFY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs