mcp-for-coloraid
Verified Safeby M-Asan0
Overview
A minimal MCP server for Cursor to safely inspect project files and structure for the Coloraid project during debugging.
Installation
docker run --rm -i -v /path/to/your/coloraid/project:/workspace/coloraid coloraid-mcpEnvironment Variables
- PROJECT_ROOT
Security Notes
The `_safe_join` function robustly prevents path traversal attacks by resolving paths and ensuring they remain strictly within the defined `PROJECT_ROOT`. Communication is via stdio, minimizing the network attack surface. File access is read-only within the mounted volume.
Similar Servers
mcp-filesystem-server
Provides secure and controlled access to the local filesystem via the Model Context Protocol (MCP) for AI agents and other applications.
X96Dbg-MCP-Server-Plugin
Provides a JSON-RPC bridge for x32dbg/x64dbg, allowing external automations to inspect and control a debugged process without direct UI interaction.
filesys
A secure Model Context Protocol (MCP) server that provides controlled filesystem operations for client applications and coding agents.
cursor-ide-mcp-server-stdio
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.