Foam Observability for Claude Desktop
io.github.foam-ai/observability
Query application logs, traces, and metrics from your AI coding assistant via Foam's MCP server.
client:Claude Desktop
transport:streamable-http
Install Foam Observability in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"observability": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://sdk.api.foam.ai/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs