MCP Server
Query your service graph from AI coding tools.
Overview
The Arcanon MCP server lets AI coding tools query your service graph directly during development.
Setup
Add the Arcanon MCP server to your .mcp.json:
{
"mcpServers": {
"arcanon": {
"command": "npx",
"args": ["arcanon-mcp"],
"env": {
"ARCANON_TOKEN": "your-token"
}
}
}
}Available Tools
| Tool | Description |
|---|---|
arcanon_graph | Query the full service graph |
arcanon_impact | Get blast radius for a service |
arcanon_drift | Check for version drift |