Skip to content
Cline

Knowledge Graph RDBMS for Cline

io.github.cunicopia-dev/knowledge-graph-rdbms

A label property graph on SQLite/Postgres with multi-ontology routing and a gated MCP server.

client:Cline transport:stdio runtime:pypi

Install Knowledge Graph RDBMS in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "knowledge-graph-rdbms": {
      "command": "uvx",
      "args": [
        "knowledge-graph-rdbms"
      ],
      "env": {
        "KGRDBMS_HOME": "<KGRDBMS_HOME>",
        "KGRDBMS_DEFAULT_ONTOLOGY": "<KGRDBMS_DEFAULT_ONTOLOGY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Knowledge Graph RDBMS in other clients