Embedded Cypher knowledge graph for Python and Rust. Bundled MCP server, describe() schema, and code-graph parser for LLM agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"kglite": {
"command": "cargo",
"args": [
"run",
"--",
"kglite"
]
}
}
}
Run in terminal:
claude mcp add kglite cargo run -- kglite
Add to .cursor/mcp.json:
{
"mcpServers": {
"kglite": {
"command": "cargo",
"args": [
"run",
"--",
"kglite"
]
}
}
}