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.
https://codemouse.ai/api/mcp
Add a custom connector / MCP server, paste https://codemouse.ai/api/mcp, then sign in with GitHub and approve.
claude mcp add --transport http codemouse https://codemouse.ai/api/mcp
Then run /mcp inside Claude Code to finish the GitHub sign-in.
Add to ~/.codex/config.toml:
[mcp_servers.codemouse]
command = "npx"
args = ["-y", "mcp-remote", "https://codemouse.ai/api/mcp"]
Use the mcp-remote bridge, which handles the OAuth browser flow: npx -y mcp-remote https://codemouse.ai/api/mcp
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.