koda for Cursor
io.github.aabxtract/koda
Verification and memory layer for coding-agent workflows.
client:Cursor
transport:stdio
runtime:npm
Install koda in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"koda": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"koda-verify"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs