Skip to content
VS Code

Ovellum for VS Code

io.github.oinam/ovellum

Auto, manual, or hybrid docs that never fall out of sync.

client:VS Code transport:stdio runtime:npm

Install Ovellum in VS Code

.vscode/mcp.json

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

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

Ovellum in other clients