llms.txt Content
# MCPcat
> Analytics for MCP servers. MCPcat tells you exactly what AI agents are doing on your product and where they're getting stuck.
MCPcat is an analytics platform for companies building MCP (Model Context Protocol) servers. It captures agent intent, replays sessions, tracks errors, and forwards telemetry to your existing observability tools.
## Key Features
- **Session Replay**: Step through exactly what agents did and why they made each tool call
- **Agent Intent Capture**: Understand *why* agents call your tools, not just what they call
- **Automatic Issue Detection**: Track errors, hallucinations, and problems agents encounter
- **Dashboard Analytics**: Visualize traffic by client, server, location, model, and more
- **Telemetry Forwarding**: Send enriched data to Datadog, Sentry, PostHog via OpenTelemetry
- **Privacy Controls**: Client-side and server-side redaction, encryption at rest
## SDKs
Available for TypeScript/JavaScript, Python, and Go:
- npm: `npm i mcpcat`
- pip: `pip install mcpcat`
- go: `go get github.com/mcpcat/mcpcat-go-sdk/officialsdk@latest`
## Quick Start
```typescript
import * as mcpcat from "mcpcat";
mcpcat.track(mcpServer, "proj_YOUR_PROJECT_ID");
```
## Documentation
- [Full Documentation](https://docs.mcpcat.io)
- [LLMs.txt (docs index)](https://docs.mcpcat.io/llms.txt)
- [LLMs-full.txt (complete docs)](https://docs.mcpcat.io/llms-full.txt)
## Doc Pages
- [Introduction](https://docs.mcpcat.io/): Overview of MCPcat and what it helps with
- [Quickstart](https://docs.mcpcat.io/quickstart): Install the MCPcat SDK in 1 minute
- [How It Works](https://docs.mcpcat.io/how-it-works): Architecture, agent intent capture, request tracing, sessions
- [Identifying Users](https://docs.mcpcat.io/sdk/identifying-users): Associate sessions with your users
- [Tool Call Context](https://docs.mcpcat.io/sdk/tool-call-context): Customize what context MCPcat captures
- [Debug Mode](https://docs.mcpcat.io/sdk/debug-mode): Enable extra logging f