unlimited-mcp for Cursor
io.github.triumsebas/unlimited-mcp
Delegate coding and sysops tasks to cheaper agents or local LLMs via durable background job queues.
client:Cursor
transport:stdio
runtime:pypi
Install unlimited-mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"unlimited-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"unlimited-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs