Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Cursor MCP Server
Claim
by
Buga-luga
npm
GitHub
Developer Tools
Version Control
TypeScript
MIT License
21
31
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
cursor-mcp
build
src
Dockerfile
.env.example
.gitignore
LICENSE
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.json
{ "name": "mcp-cursor", "version": "1.0.0", "type": "module", "bin": { "mcp-cursor": "./build/test/cursor-tool.js" }, "scripts": { "build": "tsc", "start": "node build/index.js", "dev": "ts-node-dev --respawn src/index.ts", "dev:inspect": "ts-node-dev --respawn src/index.ts", "cursor": "node build/test/cursor-tool.js" }, "files": [ "build" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.1.1", "clipboardy": "^3.0.0", "dotenv": "^16.4.7", "fs-extra": "^11.2.0", "node-window-manager": "^2.2.4", "robotjs": "^0.6.0", "uuid": "^9.0.1", "zod": "^3.22.4" }, "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/node": "^20.10.0", "@types/uuid": "^9.0.7", "ts-node-dev": "^2.0.0", "typescript": "^5.3.0" } }