Observe
Freeby MCP Community
One-line SDK that captures every MCP tool call and sends it to a dashboard.
v0.1.1Added Apr 12, 2026
mcpobservabilitymonitoringtool-callsllm
Observe MCP Server
One-line SDK that captures every MCP tool call and sends it to a dashboard.
Installation
npx -y mcp-observe
Reviews
Installation
Quick install
npx -y mcp-observe
Add to claude_desktop_config.json
{
"mcpServers": {
"observe": {
"command": "npx",
"args": ["-y", "mcp-observe"]
}
}
}