Serversio.github.EtienneChollet/ontomics
O

ontomics

io.github.EtienneChollet/ontomics · v0.3.1
▦ npm
v0.3.1npm npm: @ontomics/ontomics↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.EtienneChollet/ontomics",
  "description": "Index your codebase's domain knowledge. 20x fewer tokens, 10x faster.",
  "title": "ontomics",
  "repository": {
    "url": "https://github.com/EtienneChollet/ontomics",
    "source": "github"
  },
  "version": "0.3.1",
  "websiteUrl": "https://github.com/EtienneChollet/ontomics",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@ontomics/ontomics",
      "version": "0.3.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Path to the repository to analyze",
          "type": "named",
          "name": "--repo",
          "valueHint": "filepath"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}