Knowledge Graph RDBMS for Zed
io.github.cunicopia-dev/knowledge-graph-rdbms
A label property graph on SQLite/Postgres with multi-ontology routing and a gated MCP server.
client:Zed
transport:stdio
runtime:pypi
Install Knowledge Graph RDBMS in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"knowledge-graph-rdbms": {
"command": "uvx",
"args": [
"knowledge-graph-rdbms"
],
"env": {
"KGRDBMS_HOME": "<KGRDBMS_HOME>",
"KGRDBMS_DEFAULT_ONTOLOGY": "<KGRDBMS_DEFAULT_ONTOLOGY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs