You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,8 @@
32
32
33
33
MCPcat is an analytics platform for MCP server owners 🐱. It captures user intentions and behavior patterns to help you understand what AI users actually need from your tools — eliminating guesswork and accelerating product development all with one-line of code.
34
34
35
+
This SDK also provides a free and simple way to forward telemetry like logs, traces, and errors to any Open Telemetry collector or popular tools like Datadog and Sentry.
36
+
35
37
```bash
36
38
npm install -S mcpcat
37
39
```
@@ -50,7 +52,7 @@ Use MCPcat for:
50
52
51
53
## Getting Started
52
54
53
-
To get started with MCPcat, first create an account and obtain your project ID by signing up at [mcpcat.io](https://mcpcat.io).
55
+
To get started with MCPcat, first create an account and obtain your project ID by signing up at [mcpcat.io](https://mcpcat.io). For detailed setup instructions visit our [documentation](https://docs.mcpcat.io).
54
56
55
57
Once you have your project ID, integrate MCPcat into your MCP server:
56
58
@@ -100,7 +102,7 @@ MCPcat seamlessly integrates with your existing observability stack, providing a
100
102
101
103
```typescript
102
104
mcpcat.track(server, "proj_0000", {
103
-
// Project ID can be as well "null" since MCPcat is optional when sending data to existing observability platforms
105
+
// Project ID can optionally be "null" if you just want to forward telemetry
0 commit comments