Skip to content
VS Code

Analytixus for VS Code

de.analytixus/analytixus-mcp

Analytixus DnAML repository access (read/write nodes, tree navigation, solutions) via MCP.

client:VS Code transport:stdio runtime:nuget

Install Analytixus in VS Code

.vscode/mcp.json

{
  "servers": {
    "analytixus-mcp": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "Analytixus.Mcp",
        "--yes"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Analytixus in other clients