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.

Ask it things like

Server URL

https://codemouse.ai/api/mcp

Connect it

Claude & ChatGPT (web / desktop)

Add a custom connector / MCP server, paste https://codemouse.ai/api/mcp, then sign in with GitHub and approve.

Claude Code

claude mcp add --transport http codemouse https://codemouse.ai/api/mcp

Then run /mcp inside Claude Code to finish the GitHub sign-in.

Codex CLI

Add to ~/.codex/config.toml:

[mcp_servers.codemouse]
command = "npx"
args = ["-y", "mcp-remote", "https://codemouse.ai/api/mcp"]

Cursor & other stdio tools

Use the mcp-remote bridge, which handles the OAuth browser flow: npx -y mcp-remote https://codemouse.ai/api/mcp

What it can do

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.

CodeMouse is a Squidcode product.