cursor-global
Verified Safeby gjoeckel
Overview
Provides a global, portable Cursor IDE configuration for AI-assisted development, including robust workflow automation, MCP server management, and smart Git operations.
Installation
bash ./scripts/start-mcp-servers.shEnvironment Variables
- GITHUB_TOKEN
- ANTHROPIC_API_KEY
- PROJECT_ROOT
Security Notes
The system configures Cursor IDE for 'full AI autonomy' with 'autoApprove: true' and 'confirmationLevel: none', which means the AI can execute commands and modify files without human confirmation. This is an intended feature for maximum autonomy but presents a high risk if the AI agent is compromised. Additionally, custom MCP servers are fetched and run via 'npx -y git+https://github.com/gjoeckel/my-mcp-servers.git', introducing a supply chain risk as external code is executed. A GitHub push gate is implemented, requiring a specific token, which is a positive security measure.
Similar Servers
responsible-vibe-mcp
Manages conversation state and guides LLM coding agents through structured software development workflows with long-term project memory and multi-agent collaboration.
octomind
Session-first AI development assistant with built-in Model Context Protocol (MCP) tools and multi-provider LLM support for interactive coding, file management, and web research.
claude-todo-emulator
Provides persistent task management for AI coding assistants within IDEs like Cursor and Windsurf by emulating Claude Code's todo system.
cursor-cloud-agent-mcp
This MCP server acts as a gateway, allowing AI assistants to interact with the Cursor Cloud Agents API to create, manage, and monitor automated tasks on GitHub repositories.