Skip to content
Cursor

ResearchTwin for Cursor

io.github.martinfrasch/researchtwin

Federated research discovery with S-Index metrics across a network of digital twins.

client:Cursor transport:stdio runtime:pypi

Install ResearchTwin 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": {
    "researchtwin": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-server-researchtwin"
      ],
      "env": {
        "RESEARCHTWIN_URL": "<RESEARCHTWIN_URL>"
      }
    }
  }
}

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

ResearchTwin in other clients