arkgate for Cursor
io.github.pedroknigge/arkgate
When the agent writes a bad import, the write doesn’t land. The same check fails the pull request.
client:Cursor
transport:stdio
runtime:npm
Install arkgate in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"arkgate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"arkgate"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs