Back to Home
CEDARScript icon

cedarscript-mcp-server

Verified Safe

by CEDARScript

Overview

Enable AI agents to perform intelligent, semantic-aware code transformations via the Model Context Protocol (MCP).

Installation

Run Command
python -m cedarscript_mcp.server --root /path/to/your/project

Environment Variables

  • CEDARSCRIPT_ROOT
  • CEDARSCRIPT_LOG_LEVEL
  • CEDARSCRIPT_LOG_FORMAT
  • CEDARSCRIPT_READ_ONLY
  • CEDARSCRIPT_MAX_FILE_SIZE

Security Notes

The server features robust security measures including explicit path validation to prevent traversal attacks, a configurable denylist for sensitive files/directories (e.g., .git, .env, credentials), a mandatory read-only mode option, and file size limits. It communicates via STDIO (inter-process) rather than open network ports, reducing external attack surface. No direct 'eval' or 'exec' of untrusted code is observed, relying on the `cedarscript-editor` for command parsing, which is a domain-specific language parser. Overall, the design prioritizes security.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens3000
Stars0
Forks0
Last Update2025-11-22

Tags

AI-assisted developmentcode transformationMCP serverPythonsecurity-focused