Skip to content
VS Code

Foam Observability for VS Code

io.github.foam-ai/observability

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

client:VS Code transport:streamable-http

Install Foam Observability in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Foam Observability in other clients