Knowledge indeX - MCP server + CLI for offline semantic search across docs, code, and personal vaults
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"kx": {
"command": "npx",
"args": [
"-y",
"distu/kx"
]
}
}
}
Run in terminal:
claude mcp add kx npx -y distu/kx
Add to .cursor/mcp.json:
{
"mcpServers": {
"kx": {
"command": "npx",
"args": [
"-y",
"distu/kx"
]
}
}
}