GitHub MCP
Repos, PRs, issues, and code search via the GitHub MCP server
The GitHub MCP server exposes the GitHub API through the Model Context Protocol. Your agents can read repositories, list pull requests, comment on issues, search code, and trigger workflows — enabling DevOps automation and code review agents.
Official documentationSetup
Generate a GitHub Personal Access Token
Generate a GitHub Personal Access Token
In GitHub: Settings > Developer settings > Personal access tokens > Fine-grained tokens (recommended). Select required scopes: contents:read, issues:write, pull-requests:read, or use a Classic token with the repo scope.
GitHub Token SettingsAdd the integration in CipherSense Agents
Add the integration in CipherSense Agents
Go to Project > Integrations > Add Integration > GitHub MCP. Enter your Personal Access Token. CipherSense Agents auto-discovers all available GitHub tools via tools/list. Click Save & Test.
Connection Fields
Fields required when adding this integration in your Project › Integrations.
| Field | Required | Description |
|---|---|---|
| SSE Endpoint URL | Required | URL of your GitHub MCP server's SSE endpoint. |
| GitHub Token | Required | Your GitHub Personal Access Token with appropriate repository scopes. |
Common Use Cases
Ready to connect GitHub MCP?
Add this integration from your project dashboard and wire it into a workflow.
On This Page