Skip to content

ericzakariasson/cursor-mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cursor Background Agents MCP Server

MCP server for Cursor's Background Agents API.

Setup

  1. Install dependencies:
bun install
  1. Create a .env file and set your API key:
echo "CURSOR_API_KEY=your-api-key-here" > .env

Configure 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

About

Cursor MCP Server implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors