The Three Most Impactful Connections
- GitHub
- Database
- Project Mgmt
The highest-ROI MCP connection. Claude can read issues, understand requirements, write code, and create PRs in a single flow.What it enables:
- “Implement the feature described in issue #42 and open a PR”
- “Review the comments on PR #15 and address them”
- “Search for related issues before implementing this change”
How to Add MCP Servers
Three methods, from simplest to most configurable:Scoping: Team vs. Personal
| Config File | Scope | Use For |
|---|---|---|
.mcp.json (project root) | Team — committed to git | Shared tools (GitHub, DB, CI) |
~/.claude.json | Personal — all projects | Your Slack, your Linear, personal API keys |
.mcp.json. If it’s tied to your personal accounts or preferences, keep it in ~/.claude.json.
Practical Tips
- Start with one. GitHub MCP alone transforms the workflow. Add more as you find friction.
- Read-only first. Give Claude read access to your database, not write. Expand permissions as trust grows.
- Check what’s available. Run
claude mcp listto see your active connections. - OAuth flows are supported. Many MCP servers handle auth automatically — Claude will prompt you to authenticate on first use.