Skip to content
VS Code

ennodia for VS Code

io.github.cherninlab/ennodia

Try other agents, models, and skills from your familiar AI workflow through a local MCP server

client:VS Code transport:stdio runtime:npm

Install ennodia in VS Code

.vscode/mcp.json

{
  "servers": {
    "ennodia": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ennodia"
      ]
    }
  }
}

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

ennodia in other clients