Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions context/skills/mcp-analytics/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
type: skill
template: description.md
category: mcp-analytics
description: Add PostHog MCP analytics to a TypeScript, JavaScript, or Python MCP server. Instruments the server so every tool call, agent intent, and failure is captured as a $mcp_* event — the @posthog/mcp Node SDK for TS/JS, or posthog.mcp (shipped inside the posthog package) for Python. Detects the server style (official MCP SDK Server/McpServer/FastMCP, mcp-handler, @rekog/mcp-nest, jlowin fastmcp, or a custom HTTP/edge dispatcher) and wires in the matching instrumentation, credentials, and graceful shutdown.
description: Add PostHog MCP analytics to a TypeScript, JavaScript, or Python MCP server. Captures tool calls, agent intent, failures, and protocol revision, plus self-reported model identity on supported TypeScript wrappers. Both SDKs support legacy sessions and the handshake-free 2026-07-28 revision. Detects the server style and wires in compatible instrumentation, credentials, conversation correlation, and graceful shutdown.
tags: [mcp-analytics, mcp]
cli:
role: command
Expand All @@ -28,11 +28,8 @@ variants:
tags: [python, mcp]
docs_urls:
- https://posthog.com/docs/mcp-analytics/installation.md
# Bundled here too, even though it's a TypeScript page: description.md is
# shared by both variants and points at it, so omitting it would leave a
# dangling reference. Its own callout tells a Python reader what applies.
- url: https://posthog.com/docs/mcp-analytics/sdk-v2.md
title: MCP TypeScript SDK v1 vs v2 — read when the project uses @modelcontextprotocol/server
title: MCP SDK v2 and the 2026-07-28 revision
- https://posthog.com/docs/mcp-analytics/custom-servers.md
- https://posthog.com/docs/mcp-analytics/intent.md
- https://posthog.com/docs/mcp-analytics/identifying-users.md
Expand Down
Loading
Loading