Add Neon, Linear, Sentry, and PostHog MCP servers#1325
Conversation
Add project-level MCP server configs so all team members get access to these services in Claude Code. Neon, Linear, and Sentry use native HTTP transport with OAuth. PostHog uses mcp-remote bridge with Bearer token auth (requires POSTHOG_API_KEY env var).
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughAdds four new MCP server configurations to Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In @.mcp.json:
- Line 15: The JSON key "Neon" is incorrectly cased and should be "neon" to
match the lowercase convention used by other server keys; rename the key "Neon"
to "neon" in .mcp.json and update any references/usages in the codebase that
access this key (search for "Neon" in config loaders, consumers, or tests) so
consumers of the config use the new lowercase symbol and avoid runtime lookup
failures.
🧹 Nitpick comments (1)
.mcp.json (1)
27-38: Consider pinningmcp-remoteto a specific version.Using
mcp-remote@latestmeans any breaking change in a new release could silently break the PostHog integration for the team. Pinning to a known-good version (e.g.,mcp-remote@0.1.1) improves reproducibility.
🚀 Preview Deployment🔗 Preview Links
Preview updates automatically with new commits |
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Summary
.mcp.jsonso all team members get access in Claude Code/mcpin Claude Code)mcp-remotebridge with Bearer token auth (requiresPOSTHOG_API_KEYenv var)Test plan
/mcpshows all new serversPOSTHOG_API_KEYin.envand verify PostHog connectsSummary by CodeRabbit