UNPKG

mcp-cursor-companion

Version:

A companion tool for Cursor IDE that enhances AI collaboration through structured memory and project context

40 lines 1.01 kB
{ "name": "mcp-cursor-companion", "version": "1.2.0", "description": "A companion tool for Cursor IDE that enhances AI collaboration through structured memory and project context", "main": "index.js", "bin": { "mcpCompanion": "./bin/cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "cursor", "ide", "ai", "mcp", "companion", "collaboration", "memory", "context", "project-management" ], "author": "MCP Team", "license": "MIT", "dependencies": { "chalk": "^4.1.2", "commander": "^11.1.0", "fs-extra": "^11.2.0", "inquirer": "^8.2.6", "ora": "^5.4.1" }, "repository": { "type": "git", "url": "git+https://github.com/Rev4nchist/mcp-cursor-companion.git" }, "bugs": { "url": "https://github.com/Rev4nchist/mcp-cursor-companion/issues" }, "homepage": "https://github.com/Rev4nchist/mcp-cursor-companion#readme" }