ontomics for Cursor
io.github.etiennechollet/ontomics
Index your codebase's domain knowledge. 20x fewer tokens, 10x faster.
client:Cursor
transport:stdio
runtime:npm
Install ontomics in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ontomics": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ontomics/ontomics"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs