Skip to content
Cursor

Wuniq KE (Knowledge Engine) for Cursor

com.wuniq/wuniq

The structured memory layer your AI is missing. Requires the free Wuniq desktop app.

client:Cursor transport:stdio runtime:npm

Install Wuniq KE (Knowledge Engine) in Cursor

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

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

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

Wuniq KE (Knowledge Engine) in other clients