Ask your AI about your CodeMouse reviews
Connect CodeMouse to Claude or ChatGPT over the Model Context Protocol (MCP) and ask, in plain language, about your accounts, repositories, and pull-request reviews — what passed, what failed, how long it took, and what it cost.
Server URL
https://codemouse.ai/api/mcp
Connect it
- In Claude or ChatGPT, add a custom connector / MCP server.
- Paste
https://codemouse.ai/api/mcp.
- Sign in with GitHub and approve access — read-only, limited to the accounts you belong to.
What it can do
- list_accounts — the CodeMouse accounts you belong to, with your role and subscription status.
- list_repositories — the GitHub orgs and repositories CodeMouse can access, per account.
- list_reviews — recent PR reviews for an account: status, PR, repo, duration, cost.
- get_review — full detail of one review: status, timing, cost, tokens, per-provider runs, errors.
Authentication uses OAuth 2.1 (PKCE). CodeMouse never sees your AI provider keys, and the connector can only read data for accounts where you are a member or owner.