MCP Server
MCP
Knowledge Graph RDBMS
A label property graph on SQLite/Postgres with multi-ontology routing and a gated MCP server.
Install
uvx knowledge-graph-rdbms
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "knowledge-graph-rdbms",
"version": "0.1.9",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "knowledge-graph-rdbms[mcp]",
"type": "named",
"name": "--from"
},
{
"value": "kgrdbms-mcp",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Storage root for ontology databases and the event log. Defaults to ~/.kgrdbms.",
"format": "string",
"name": "KGRDBMS_HOME"
},
{
"description": "Name of the default ontology used when a tool call omits the `ontology` argument. Defaults to \"default\".",
"format": "string",
"name": "KGRDBMS_DEFAULT_ONTOLOGY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment