cursor-ide-mcp-server-stdio
Verified Safeby ltsch
Overview
A specialized MCP server for Cursor IDE that automatically creates and manages project-specific rule directories with automatic file watching and AI-powered rule management tools.
Installation
node cursor_mcp_server.jsSecurity Notes
The server is explicitly designed for local-first operation with zero network connectivity. It communicates solely via stdio (standard input/output) with Cursor IDE, eliminating network attack surfaces. It does not use 'eval', and there are no apparent hardcoded secrets. AI-powered features leverage Cursor IDE's existing LLM integration rather than initiating external network calls directly from the server process. File system operations are confined to project-specific '.cursor/rules' directories.
Similar Servers
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.
doc-bot
An intelligent MCP server designed to enhance AI coding assistants by providing project-specific documentation and API references through smart search, contextual rules, and live updates.
code-buddy
Provides an AI-powered coding companion with comprehensive file system and development tools, integrating with MCP-compatible clients like Claude Desktop.