ATAWAI MCP server โ captures the reasoning behind AI-assisted code changes and exposes it to any MCP-compatible client (Cursor, VS Code, Claude Desktop, Claude Code, Codex, Continue).
{
"mcpServers": {
"atawaimcp": {
"command": "npx",
"args": [
"-y",
"@atawai/mcp"
]
}
}
}