Back to MCP Servers
Ontomics
Semantic code index that extracts domain concepts, naming conventions, and behavioral similarity from codebases. One tool call instead of 19, ~20x fewer tokens for codebase understanding queries.
developer-toolsai
Installation
npx -y ontomicsConfiguration
{
"mcpServers": {
"ontomics": {
"command": "npx",
"args": ["-y", "ontomics"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes