MCP server for Cursor's Background Agents API.
bun install
.env file and set your API key:echo "CURSOR_API_KEY=your-api-key-here" > .env
Add to your Cursor MCP settings:
{
"mcpServers": {
"cursor": {
"command": "node",
"args": ["run", "/path/to/cursor-mcp-server/index.js"],
"envFile": ".env"
}
}
}
MIT
$ claude mcp add cursor-mcp-server \
-- python -m otcore.mcp_server <graph>