@ericzakariasson/cursor-background-agents-mcp-server
MCP server package cursor-background-agents-mcp-server
Install
agr install @ericzakariasson/cursor-background-agents-mcp-server --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "cursor-background-agents-mcp-server", "version": "1.0.0", "description": "MCP server for Cursor Background Agents API - Launch and manage AI coding agents on GitHub repositories", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "bun run src/index.ts", "dev:http": "MCP_SERVER_MODE=http bun run src/index.ts", "start": "node dist/index.js", "start:http": "MCP_SERVER_MODE=http node dist/index.js", "inspect": "npx @modelcontextprotocol/inspector bun run src/index.ts", "inspect:js": "npx @modelcontextprotocol/inspector node dist/index.js", "inspect:http": "npx @modelcontextprotocol/inspector bun run src/index.ts --http" }, "keywords": [ "mcp", "cursor", "background-agents", "api", "ai" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "express": "^4.19.2", "zod": "^3.24.1" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^22.10.5", "bun-types": "^1.2.2", "typescript": "^5.7.3" }, "repository": { "type": "git", "url": "https://github.com/your-username/cursor-background-agents-mcp-server" }, "files": [ "dist", "README.md", "LICENSE" ] }
Trust
Not scanned yet. Artifacts are graded after they are crawled, so a recently discovered one may have no result for a while.
Versions
git-72be2e754fce2026-08-05