Quick Start
MCP Quick Start
Section titled “MCP Quick Start”This guide gets you from zero to running agent architecture analysis via your AI assistant in Cursor.
1. Install the MCP Server
Section titled “1. Install the MCP Server”Download the arxo-mcp binary for your platform from GitHub Releases. Place it on your PATH or note the full path for the next step.
2. Configure Cursor
Section titled “2. Configure Cursor”Add the Arxo MCP server to .cursor/mcp.json in your project or user config:
{ "mcpServers": { "arxo": { "command": "/path/to/arxo-mcp", "args": [], "env": {} } }}Replace /path/to/arxo-mcp with the actual path to the binary (e.g. /usr/local/bin/arxo-mcp or the full path to the extracted binary).
3. Restart Cursor
Section titled “3. Restart Cursor”Reload the window or restart Cursor so it picks up the new MCP configuration. The Arxo server will start automatically when the AI needs it.
4. Try It
Section titled “4. Try It”In the AI chat, ask:
Run agent architecture analysis on this project.
The AI will call analyze_architecture and report agent and OpenClaw architecture metrics (reliability, governance, safety, coordination, config security, skill governance, observability) and any findings.
5. Verify It Works
Section titled “5. Verify It Works”If the AI doesn’t seem to use Arxo tools:
- Check that the binary path in your config is correct
- Open MCP Server Logs in Cursor and look for the Arxo server
- See Troubleshooting for common issues
Next Steps
Section titled “Next Steps”- Tools — All available MCP tools and when to use them
- Workflows — Agent architecture and config workflows
- Configuration — Cache TTL, log level, and other options