Skip to content
VS Code

ontomics for VS Code

io.github.etiennechollet/ontomics

Index your codebase's domain knowledge. 20x fewer tokens, 10x faster.

client:VS Code transport:stdio runtime:npm

Install ontomics in VS Code

.vscode/mcp.json

{
  "servers": {
    "ontomics": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ontomics/ontomics"
      ]
    }
  }
}

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

ontomics in other clients