CAL-Dependency-MCP-Server

marosgonda/CAL-Dependency-MCP-Server
★ 1 stars TypeScript 📁 File System Updated today
MCP server for analyzing C/AL (Dynamics NAV 2009-2018) text files - parses objects, tracks dependencies, and exposes symbol information to AI assistants
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cal-dependency-mcp-s": {
      "command": "npx",
      "args": [
        "-y",
        "marosgonda/CAL-Dependency-MCP-Server"
      ]
    }
  }
}