MCP Server
MCP
Foam Observability
Query application logs, traces, and metrics from your AI coding assistant via Foam's MCP server.
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://sdk.api.foam.ai/mcp",
"headers": [
{
"description": "Bearer token from your Foam account (e.g. Bearer abc123...)",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"packages": []
}
mcp
model-context-protocol
streamable-http
Comments
Sign in to leave a comment