← Back to Plugins
MCP Server MCP

Foam Observability

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

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

Homepage Verified source

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

Loading comments...