← Back to Plugins
MCP Server MCP

io.github.bekirdag/docdex

github By github 👁 1 views ▲ 0 votes

Fast per-repo documentation indexer and full-text search MCP server for codebases.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "docdex",
      "version": "0.2.98",
      "transport": {
        "type": "streamable-http",
        "url": "http://127.0.0.1:28491/v1/mcp"
      }
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...