About Cursor MCP Server
Cursor MCP Server is an MCP server published by ericzakariasson in the Developer Tools category: cursor MCP Server implementation. It has been installed 0 times through Conduid.
The repository has 42 stars and 3 forks, with the last commit 10 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx cursor-mcp-serverThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Cursor MCP Server
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
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" > .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
README mirrored from the source repository 4 months ago. The original is authoritative.