mcacp for Cursor
io.github.oortonaut/mcacp
MCP-to-ACP bridge — let any MCP client drive ACP coding agents
client:Cursor
transport:stdio
runtime:npm
Install mcacp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcacp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcacp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs