← Back to Plugins
MCP Server MCP

ontomics

github By github 👁 1 views ▲ 0 votes

Index your codebase's domain knowledge. 20x fewer tokens, 10x faster.

Homepage Verified source GitHub

Install

npx -y @ontomics/[email protected]

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...