Back to Home
ltsch icon

cursor-ide-mcp-server-stdio

Verified Safe

by 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

Run Command
node cursor_mcp_server.js

Security 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

Stats

Interest Score30
Security Score10
Cost ClassHigh
Avg Tokens1500
Stars1
Forks0
Last Update2025-11-28

Tags

Cursor IDEMCPLocal-firstAIRule ManagementNode.js