Knowledge Systems
Trust: 37/100 (Limited)io.github.DanielBlomma/cortex Guide
Local repo context for coding assistants with semantic search and graph relationships.
6 starsby DanielBlomma
Quick Start
Install
npx @danielblomma/cortex-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-danielblomma-cortex": {
"command": "npx",
"args": [
"@danielblomma/cortex-mcp"
]
}
}
}