Foam Observability
io.github.foam-ai/observability
Documentation
Installation
Foam exposes a streamable HTTP MCP endpoint at https://sdk.api.foam.ai/mcp.
Cursor
Add an MCP server entry in .cursor/mcp.json that points to the endpoint and sends an Authorization: Bearer <token> header.
Claude Code
Use the documented HTTP transport command to add the server with the Foam endpoint and bearer header.
Codex
Use FOAM_TOKEN with the documented codex mcp add command and the Foam endpoint.
Configuration
- Remote transport: streamable HTTP
- Endpoint:
https://sdk.api.foam.ai/mcp - Authentication: bearer token in the
Authorizationheader
Capabilities
- Search traces
- Search logs
- Search metrics
- Fetch issue root-cause analyses
- List services
- Count matching events
- List attribute keys
- List metric names
Limitations
- Requires a Foam account with a valid bearer token.
- The public Foam GitHub org page exposes
benchmarks, but no publicobservabilityrepository URL was available to verify. - Foam also documents broader installation flows that connect Slack and GitHub for product setup.
