Self-hosted semantic code search. Index repos and knowledge sources into a local vector DB, then search by natural language from CLI or any MCP-compatible agent.
{
"mcpServers": {
"scrybe": {
"command": "npx",
"args": [
"-y",
"scrybe-cli"
]
}
}
}