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
{
"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