Skip to content
VS Code

Research Scan for VS Code

org.synectic/research-scan

Research Scan finds and verifies the 5–10 recent papers that matter most for a research question.

client:VS Code transport:stdio runtime:pypi

Install Research Scan in VS Code

.vscode/mcp.json

{
  "servers": {
    "research-scan": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "research-scan"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Research Scan in other clients