Skip to content
Grok

Foam Observability for Grok

io.github.foam-ai/observability

Query application logs, traces, and metrics from your AI coding assistant via Foam's MCP server.

client:Grok transport:streamable-http

Install Foam Observability in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "observability": {
      "type": "http",
      "url": "https://sdk.api.foam.ai/mcp"
    }
  }
}

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

Foam Observability in other clients