Skip to content
Cursor

KnowledgeRail for Cursor

io.github.deviank88/knowledge-rail

Persistent, evidence-backed project knowledge and task context for coding agents.

client:Cursor transport:stdio runtime:npm

Install KnowledgeRail in Cursor

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

{
  "mcpServers": {
    "knowledge-rail": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "knowledge-rail"
      ]
    }
  }
}

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

KnowledgeRail in other clients