three.ws Autopilot for Cursor
io.github.nirholas/autopilot-mcp
Set autopilot scopes and a daily SOL spend cap, then propose, execute, and undo agent actions.
client:Cursor
transport:stdio
runtime:npm
Install three.ws Autopilot in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"autopilot-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@three-ws/autopilot-mcp"
],
"env": {
"THREE_WS_API_KEY": "<THREE_WS_API_KEY>",
"THREE_WS_BASE": "<THREE_WS_BASE>",
"THREE_WS_TIMEOUT_MS": "<THREE_WS_TIMEOUT_MS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs