{
  "markdown": "# Analytixus MCP Server\n\nAnalytixus is a metadata-driven development platform built around **DnAML** (Data and Analytics\nMarkup Language) — you model your data sources, transformations, and documentation once, and\ngenerate SQL, pipelines, and docs from that single model instead of maintaining them by hand.\n\nThis MCP server exposes an Analytixus DnAML repository to any MCP-compatible client — Claude\nDesktop, Cursor, VS Code Copilot Chat, or your own tooling — so an AI assistant can read and write\nyour metadata model directly.\n\n> This repository hosts documentation and configuration guidance for the Analytixus MCP server.\n> The server itself is distributed as a self-contained executable and as a .NET tool (see below).\n\n## What it does\n\n- **Browse the repository tree** — list solutions, sources, and objects in a DnAML model.\n- **Read and write DnAML nodes** — fetch a single object's definition, create or update objects\n  under a source or folder.\n- **Solution management** — list available solutions, add/rename/delete them.\n\n## Installation\n\n**Option 1 — self-contained download (no runtime required).** Pre-built archives for Windows,\nmacOS, and Linux are available on request from the Analytixus team.\n\n**Option 2 — .NET global tool** (requires the .NET 8 runtime):\n\n```bash\ndotnet tool install --global Analytixus.Mcp\n```\n\nThis installs the `analytixus-mcp` command.\n\n## Configuration\n\n### Claude Desktop\n\nAdd to `claude_desktop_config.json`:\n\n- Windows: `%APPDATA%\\Claude\\claude_desktop_config.json`\n- macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`\n- Linux: `~/.config/Claude/claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"analytixus\": {\n      \"command\": \"analytixus-mcp\",\n      \"args\": [\"--stdio\"],\n      \"env\": {\n        \"ANALYTIXUS_SOLUTION_PATH\": \"/path/to/your/dnaml-solution\",\n        \"ANALYTIXUS_SOLUTION_NAME\": \"YourSolutionName\"\n      }\n    }\n  }\n}\n```\n\n(If you installed the self-contained archive instead of the .NET tool, use the full path to the\nextracted `Analytixus.Mcp` executable as `command`.)\n\n### VS Code / Claude Code\n\n```bash\nclaude mcp add --env ANALYTIXUS_SOLUTION_PATH=/path/to/your/dnaml-solution \\\n  --env ANALYTIXUS_SOLUTION_NAME=YourSolutionName --scope user \\\n  analytixus -- analytixus-mcp --stdio\n```\n\n### Environment variables\n\n| Variable | Purpose |\n|---|---|\n| `ANALYTIXUS_SOLUTION_PATH` | Path to the DnAML solution's root folder. |\n| `ANALYTIXUS_SOLUTION_NAME` | Name of the solution — pins this server instance to it. |\n| `ANALYTIXUS_LOG_LEVEL` | `Trace`\\|`Debug`\\|`Info`\\|`Warn`\\|`Error`\\|`Fatal` (default `Info`). |\n\n## Learn more\n\nVisit [analytixus.de](https://analytixus.de) for more about the Analytixus platform.\n",
  "bytes": 2714,
  "sha": "64eb360d5b6abebd532c14b9045b5c0d28566060a96ae17b3c257d5240773234",
  "repo_slug": "andyloewen78/analytixus-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_de_analytixus_analytixus_mcp_5eb41f7a/readme"
}