The CodeAnt CLI is MCP-compatible — you can expose every CodeAnt command as a tool to any Model Context Protocol client (Claude Desktop, Cursor, Windsurf, VS Code, Zed, etc.) with a single command. Under the hood we useDocumentation Index
Fetch the complete documentation index at: https://docs.codeant.ai/llms.txt
Use this file to discover all available pages before exploring further.
any-cli-mcp-server, which reads the CLI’s --help output and turns each subcommand into an MCP tool. No extra configuration, no wrapper code — your AI assistant gets the same surface area as the CLI.
Prerequisites
- CodeAnt CLI installed and authenticated — follow the CLI setup guide
- Node.js 18 or later — required by
npx
Quick Start
Run CodeAnt as an MCP server:review, pr comments, pr resolve, pr list, …) is now available as an MCP tool.
Add to Your MCP Client
Drop this into your client’s MCP config (for example,~/.cursor/mcp.json, claude_desktop_config.json, or .vscode/mcp.json):
Faster Startup (Recommended)
Building a cache once skips the--help introspection on every launch:
What You Can Do
Once connected, ask your assistant things like:- “Run a CodeAnt review on my uncommitted changes.”
- “List open PRs on this repo and fetch unresolved CodeAnt comments on #42.”
- “Resolve the CodeAnt comments I just fixed.”