Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Ontomics
Ontomics logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 11:48:03 AM

Ontomics

User RatingsBe the first to rate and review this MCP server!
View Repository41 GitHub StarsTotal stargazers on GitHub for the source repository (41 stars).Visit Website
code-searchdeveloper-toolscodebase-analysissemantic-indexing

Indexes a local codebase for concepts, naming conventions, call relationships, type flows, and behaviorally similar functions.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet β€” we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself β€” its README, its docs, or a verified owner. We haven’t found those for EtienneChollet/ontomics, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Overview

EtienneChollet/ontomics MCP server builds a local semantic index of a Git repository so coding agents can query domain concepts, naming conventions, relationships, and similar implementations. It parses supported source files, combines TF-IDF, embeddings, clustering, and PageRank, then exposes the results through MCP tools and an optional briefing resource. Reach for it when ordinary search or an LSP does not provide enough context about a codebase's vocabulary, structure, or repeated logic.

Use cases

β€’Explore the main domain concepts in an unfamiliar repository
β€’Check whether a new identifier matches project naming conventions
β€’Find functions with behavior similar to a known implementation
β€’Trace a concept or type through files and call sites
β€’Compare domain vocabulary changes against a Git reference

Key features

β€’Semantic concept and vocabulary indexing
β€’Naming convention detection and suggestions
β€’Behavioral similarity search for functions
β€’Call-chain and type-flow tracing
β€’Ontology diffs and portable domain-pack export
β€’Local MCP resource for repository briefings

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Ontomics.

Extracted Tool Capabilities
Semantic concept and vocabulary indexing
Naming convention detection and suggestions
Behavioral similarity search for functions
Call-chain and type-flow tracing
Ontology diffs and portable domain-pack export
Local MCP resource for repository briefings

How Ontomics works

What EtienneChollet/ontomics MCP server does

EtienneChollet/ontomics MCP server gives coding agents a semantic view of a local repository. Instead of limiting queries to exact text matches or symbol references, it indexes domain concepts, naming patterns, code entities, relationships, type flows, and function behavior. The supported source languages are Python, TypeScript, JavaScript, and Rust, selected automatically from file extensions.

The index can help answer questions such as which concepts recur across a project, how a concept moves through call chains, which names fit established conventions, and which functions have similar implementations even when their names differ. It can also compare the indexed vocabulary with a Git reference and export domain knowledge as YAML for reuse in another repository.

How it works

The server runs its analysis locally and does not require API keys. Tree-sitter extracts identifiers, signatures, and call sites. TF-IDF then highlights domain-specific terms and naming patterns. BGE-small creates concept embeddings, while CodeRankEmbed creates 768-dimensional embeddings for function bodies and supports behavioral clustering. PageRank contributes structural-importance scores for entities.

Embedding models download on the first run and are cached locally. The resulting database is stored at <repo>/.ontomics/index.db. Later starts use the cached index and watch for file changes. A repository briefing is also available through the ontomics://briefing resource and the ontomics briefing command.

Setup and configuration

Install the binary through the published npm package, Homebrew, a shell installer, or a source build. The npm package is @ontomics/ontomics. For a project-level MCP configuration, the README shows a stdio server using npx -y @ontomics/ontomics --repo ..

The server normally detects the repository automatically and requires no configuration. It expects a Git repository containing a .git/ directory and rejects home, root, and temporary directories. Use --force when indexing a non-Git directory. Project-specific settings belong in .ontomics/config.toml; defaults are provided for all fields.

Tools and capabilities

EtienneChollet/ontomics MCP server exposes tools in four groups:

  • Concept and vocabulary analysis: query, locate, describe, trace, and list concepts; inspect conventions; list entities; check or suggest names; measure vocabulary health; compare ontology changes; and export a domain pack.
  • Behavioral analysis: find similar logic, describe a function's logic, and assemble compact context for a symbol.
  • Codebase structure: describe files, map concepts to modules, inspect type flows, and trace types across files and call sites.
  • Session context: retrieve the ontomics://briefing resource with conventions, abbreviations, key concepts, contrastive pairs, and vocabulary warnings.

Limitations and notes

EtienneChollet/ontomics MCP server is intended for local codebase analysis rather than hosted repository access. The provided material documents macOS and Linux support, not Windows support. Only Python, TypeScript, JavaScript, and Rust are listed as supported languages.

Initial indexing includes downloading the embedding models, so the first run differs from later cached starts. Non-Git directories require the explicit --force option. The benchmark reports one-call, lower-token results for selected questions, but those measurements are examples from specific codebases and do not establish performance for every project.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools8 views
    Compare vs Claude Task Master β†’
  • Codemunch Pro logoCodemunch Pro

    Code indexing MCP: 13 tools, 10 languages, hybrid search, call graphs, O(1) retrieval.

    πŸ’» Developer Tools3 views
    Compare vs Codemunch Pro β†’
  • LynxMCP logoLynxMCP

    100% local semantic code search for AI agents: AST-aware chunking (tree-sitter), hybrid BM25+dense retrieval, and a code knowledge graph (callers, inheritance, imports) over codebases, docs sites, and PDFs. Install via pipx install lynx-mcp.

    πŸ’» Developer Tools5 views
    Compare vs LynxMCP β†’
  • Project Context MCP logoProject Context MCP

    Exposes .context/ folder files as MCP resources, giving Claude Code instant access to project documentation via @ mentions.

    πŸ’» Developer Tools3 views
    Compare vs Project Context MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
41
Stargazers on the source repository.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Ontomics

Install the published npm package with `npm install -g @ontomics/ontomics`, or configure a project-level stdio server with `npx -y @ontomics/ontomics --repo .`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewOntomics AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/etiennechollet-ontomics?style=directory)](https://allmcps.com/mcp/etiennechollet-ontomics)
HTML Embed
<a href="https://allmcps.com/mcp/etiennechollet-ontomics"><img src="https://allmcps.com/api/badge/etiennechollet-ontomics?style=directory" alt="Ontomics on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
PricingFree
More technical detailsExpand β–Ύ
AuthNo auth required
ClientsClaude Desktop, Cursor
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars41
GitHub Star CountTotal stargazers on GitHub representing community popularity (41 stars).
44Quality signal: Fair Β· 44/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools19/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Ontomics β†’Install in Claude DesktopInstall in CursorInstall in VS Code