diff --git a/.mcp.json b/.mcp.json index 53c636811dc..539f904415d 100644 --- a/.mcp.json +++ b/.mcp.json @@ -11,6 +11,31 @@ "maestro": { "command": "maestro", "args": ["mcp"] + }, + "neon": { + "type": "http", + "url": "https://mcp.neon.tech/mcp" + }, + "linear": { + "type": "http", + "url": "https://mcp.linear.app/mcp" + }, + "sentry": { + "type": "http", + "url": "https://mcp.sentry.dev/mcp" + }, + "posthog": { + "command": "npx", + "args": [ + "-y", + "mcp-remote@latest", + "https://mcp.posthog.com/mcp", + "--header", + "Authorization:${POSTHOG_AUTH_HEADER}" + ], + "env": { + "POSTHOG_AUTH_HEADER": "Bearer ${POSTHOG_API_KEY}" + } } } }