Knowledge Systems
Trust: 37/100 (Limited)io.github.jghiringhelli/codeseeker Guide
Graph-powered code intelligence with semantic search and knowledge graph for AI assistants
7 starsby jghiringhelli
Quick Start
Install
npx codeseekerClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-jghiringhelli-codeseeker": {
"command": "npx",
"args": [
"codeseeker"
]
}
}
}