Skip to content
VS Code

ResearchTwin for VS Code

io.github.martinfrasch/researchtwin

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

client:VS Code transport:stdio runtime:pypi

Install ResearchTwin in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "researchtwin-url",
      "description": "RESEARCHTWIN_URL",
      "password": true
    }
  ],
  "servers": {
    "researchtwin": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-server-researchtwin"
      ],
      "env": {
        "RESEARCHTWIN_URL": "${input:researchtwin-url}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

ResearchTwin in other clients