Skip to content
Cursor

universal research mcp for Cursor

io.github.mp-juns/universal-research-mcp

Provenance-first research memory with hash-bound evidence and a fail-closed eligibility gate.

client:Cursor transport:stdio runtime:pypi

Install universal research mcp in Cursor

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

{
  "mcpServers": {
    "universal-research-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "universal-research-mcp"
      ]
    }
  }
}

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

universal research mcp in other clients