AXIOM for Cline
io.github.dragoscv/axiom
Transactional write gate for coding agents: plan, canonical manifest, checks, two-phase apply.
client:Cline
transport:stdio
runtime:npm
Install AXIOM in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"axiom": {
"command": "npx",
"args": [
"-y",
"@codai/axiom-mcp"
],
"env": {
"AXIOM_SIGNING_KEY": "<AXIOM_SIGNING_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs