Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Cedarscript Mcp

    MCP server integrating CEDARScript grammar functionality into tool use.

    8 stars
    JavaScript
    Updated Mar 5, 2025

    Table of Contents

    • Features
    • Grammar
    • Tools
    • Implementation Status
    • Development
    • Installation
    • Debugging
    • ES Module Migration
    • Compatibility Notes

    Table of Contents

    • Features
    • Grammar
    • Tools
    • Implementation Status
    • Development
    • Installation
    • Debugging
    • ES Module Migration
    • Compatibility Notes

    Documentation

    cedardiff MCP Server

    Edit files with CEDARScript grammar rules

    This is a TypeScript-based MCP server that implements CEDARScript, a SQL-like language for code manipulation. It provides:

    • A comprehensive grammar for code manipulation commands
    • Tools for executing CEDARScript operations
    • Support for complex pattern matching and transformations

    Features

    Grammar

    • SQL-like syntax for code operations (DDL, DML)
    • Support for file, function, class, and method targeting
    • Pattern matching with regex, prefix/suffix, and indentation rules
    • Block-level code manipulation capabilities

    Tools

    • edit_file - Execute CEDARScript commands
    • Takes script and working directory as parameters
    • Supports file creation, deletion, moving, and updating
    • Pattern-based code transformations

    Implementation Status

    Current testing has revealed:

    • Command parsing works correctly
    • Grammar supports complex operations
    • File writing mechanism needs improvement
    • Success messages returned but changes not persisted

    Development

    Install dependencies:

    bash
    npm install

    Build the server:

    bash
    npm run build

    For development with auto-rebuild:

    bash
    npm run watch

    Installation

    To use with Claude Desktop, add the server config:

    On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json

    On Windows: %APPDATA%/Claude/claude_desktop_config.json

    json
    {
      "mcpServers": {
        "cedardiff": {
          "command": "/path/to/cedardiff/build/index.js"
        }
      }
    }

    Debugging

    Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:

    bash
    npm run inspector

    The Inspector will provide a URL to access debugging tools in your browser.

    ES Module Migration

    The project has been migrated to use ES modules. Key changes include:

    • Added "type": "module" to package.json
    • Updated tsconfig.json to use "module": "ESNext"
    • Converted import/export statements to ES module syntax
    • Updated type definitions to be compatible with ES modules

    Compatibility Notes

    • Ensure you are using Node.js version 12 or higher
    • Use import instead of require() for module imports
    • Use .js extension when importing local files

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k