Skip to content
Cursor

Knowledge Graph RDBMS for Cursor

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

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

client:Cursor transport:stdio runtime:pypi

Install Knowledge Graph RDBMS in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Knowledge Graph RDBMS in other clients