MCP Server
MCP
io.github.VBlackJack/cortex
Local multi-client RAG server over the Model Context Protocol.
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
By
Comments
Sign in to leave a comment