Skip to content

Third-Party Integrations

Supported Integrations

IntegrationTypePurpose
GitHubMCPRepository access
GitLabMCPRepository access
JiraMCPIssue tracking
SlackMCPNotifications
PostgreSQLMCPDatabase access
MongoDBMCPDatabase 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-name
ServerPackage
GitHub@mcp/server-github
Filesystem@mcp/server-filesystem
PostgreSQL@mcp/server-postgres
SQLite@mcp/server-sqlite
Puppeteer@mcp/server-puppeteer

Best Practices

  1. Only add needed integrations
  2. Secure API keys
  3. Test before production use
  4. Monitor integration usage

Based on Official Claude Code Documentation