Skip to content
Cursor

mcp knowledge rag for Cursor

io.github.infoinlet-marketplace/mcp-knowledge-rag

Permission-aware RAG for agents — ingest docs, hybrid search, cited answers (hosted API).

client:Cursor transport:stdio runtime:npm

Install mcp knowledge rag in Cursor

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

{
  "mcpServers": {
    "mcp-knowledge-rag": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@infoinlet/mcp-knowledge-rag"
      ]
    }
  }
}

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

mcp knowledge rag in other clients