Odel
Ovellum

Ovellum

Local
@oinam1TypeScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmovellumv0.24.0

Run

npx -y ovellum

MCP client config

{
  "mcpServers": {
    "ovellum": {
      "command": "npx",
      "args": [
        "-y",
        "ovellum"
      ]
    }
  }
}