@arxo/mcp
v0.1.0-beta.1
Published
Arxo MCP server — architecture observability for Cursor, Claude, and other MCP clients
Maintainers
Readme
@arxo/mcp
MCP server for Arxo — architecture observability for Cursor, Claude Desktop, and other MCP clients. Run analysis from inside your AI assistant.
Platforms: macOS (arm64, x64)
Install
npm install -g @arxo/mcpOr use npx (no global install):
{
"mcpServers": {
"arxo": {
"command": "npx",
"args": ["-y", "@arxo/mcp"]
}
}
}Configure
Add to Cursor Settings → MCP or Claude Desktop config:
{
"mcpServers": {
"arxo": {
"command": "arxo-mcp",
"args": []
}
}
}Claude Desktop config path: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
Usage
Once configured, ask your AI assistant to run architecture observability analysis, check for circular dependencies, or suggest an arxo config.
Docs
- Metrics — scc, agent_architecture, openclaw_architecture
- Tools — analyze_architecture, check_cycles, list_metrics, config helpers
License
MIT. The arxo-mcp native binary is proprietary; use is permitted under the terms of this distribution.
