Index your codebase's domain knowledge. 20x fewer tokens, 10x faster.
claude mcp add ontomics -- npx -y @ontomics/ontomics
claude_desktop_config.json
{
"mcpServers": {
"ontomics": {
"command": "npx",
"args": [
"-y",
"@ontomics/ontomics"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"ontomics": {
"command": "npx",
"args": [
"-y",
"@ontomics/ontomics"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ontomics": {
"command": "npx",
"args": [
"-y",
"@ontomics/ontomics"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"ontomics": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ontomics/ontomics"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"ontomics": {
"command": "npx",
"args": [
"-y",
"@ontomics/ontomics"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.EtienneChollet--ontomics/reviews or the review_server meta-tool.
POST /mcp