Files
Matt Brooker acf2de8fd4 refactor: use environment variable for regional configuration
Instead of manual file editing, EU and self-hosted users can now set
the POSTHOG_MCP_URL environment variable. This follows the pattern
used by other MCP servers like Postman and GitHub.

- Use template variable in .mcp.json: ${POSTHOG_MCP_URL:-default}
- Update README with env var instructions for EU Cloud
- Unify self-hosted config to use same env var
- Remove unnecessary .mcp-eu.json file

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 13:46:15 -05:00

9 lines
134 B
JSON

{
"mcpServers": {
"posthog": {
"type": "http",
"url": "${POSTHOG_MCP_URL:-https://mcp.posthog.com/mcp}"
}
}
}