Transactional write gate for coding agents: plan, canonical manifest, checks, two-phase apply.
claude mcp add axiom -- npx -y @codai/axiom-mcp
claude_desktop_config.json
{
"mcpServers": {
"axiom": {
"command": "npx",
"args": [
"-y",
"@codai/axiom-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"axiom": {
"command": "npx",
"args": [
"-y",
"@codai/axiom-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"axiom": {
"command": "npx",
"args": [
"-y",
"@codai/axiom-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"axiom": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codai/axiom-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"axiom": {
"command": "npx",
"args": [
"-y",
"@codai/axiom-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.dragoscv--axiom/reviews or the review_server meta-tool.
POST /mcp