Third-Party Integrations
Supported Integrations
| Integration | Type | Purpose |
|---|---|---|
| GitHub | MCP | Repository access |
| GitLab | MCP | Repository access |
| Jira | MCP | Issue tracking |
| Slack | MCP | Notifications |
| PostgreSQL | MCP | Database access |
| MongoDB | MCP | Database access |
Setting Up Integrations
Via MCP Servers
Add to mcp.json:
json
{
"mcpServers": {
"github": {
"command": "npx",
"args": ["-y", "@mcp/server-github"]
}
}
}Via Plugins
bash
claude plugins install integration-namePopular MCP Servers
| Server | Package |
|---|---|
| GitHub | @mcp/server-github |
| Filesystem | @mcp/server-filesystem |
| PostgreSQL | @mcp/server-postgres |
| SQLite | @mcp/server-sqlite |
| Puppeteer | @mcp/server-puppeteer |
Best Practices
- Only add needed integrations
- Secure API keys
- Test before production use
- Monitor integration usage