← Back to Plugins
MCP Server MCP

io.github.VBlackJack/cortex

github By github 👁 1 views ▲ 0 votes

Local multi-client RAG server over the Model Context Protocol.

Homepage Verified source GitHub

Install

uvx cortex-local-rag

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "cortex-local-rag",
      "version": "2026.808.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "serve",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Absolute path to the local knowledge base Cortex indexes and serves.",
          "isRequired": true,
          "name": "CORTEX_KB_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...