★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"cal-dependency-mcp-s": {
"command": "npx",
"args": [
"-y",
"marosgonda/CAL-Dependency-MCP-Server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add cal-dependency-mcp-s npx -y marosgonda/CAL-Dependency-MCP-Server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"cal-dependency-mcp-s": {
"command": "npx",
"args": [
"-y",
"marosgonda/CAL-Dependency-MCP-Server"
]
}
}
}
📋 Copy