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.
$npx -y skills add jsonbored/metagraphed --skill mcp-analyticsInstalls into the current project.
Run `npx skills use "https://github.com/jsonbored/metagraphed" --skill "jsonbored/metagraphed/mcp-analytics"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jsonbored/metagraphed" that are relevant to the current task. Run `npx skills add "https://github.com/jsonbored/metagraphed"` and select the relevant skills, then follow their instructions.