@iflow-mcp/ericzakariasson-cursor-background-agents-mcp-server
v1.0.1
Published
MCP server for Cursor Background Agents API - Launch and manage AI coding agents on GitHub repositories
Downloads
6
Readme
Cursor Background Agents MCP Server
MCP server for Cursor's Background Agents API.
Setup
- Install dependencies:
bun install- Create a
.envfile and set your API key:
echo "CURSOR_API_KEY=your-api-key-here" > .envConfigure in Cursor
Add to your Cursor MCP settings:
{
"mcpServers": {
"cursor": {
"command": "node",
"args": ["run", "/path/to/cursor-mcp-server/index.js"],
"envFile": ".env"
}
}
}License
MIT
