Skip to content
Windsurf

rosetta mcp server for Windsurf

io.github.arielbs/rosetta-mcp-server

Rosetta/PyRosetta protein modeling and Biotite translation for computational biology

client:Windsurf transport:stdio runtime:npm

Install rosetta mcp server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "rosetta-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "rosetta-mcp-server"
      ],
      "env": {
        "ROSETTA_BIN": "<ROSETTA_BIN>",
        "PYTHON_BIN": "<PYTHON_BIN>",
        "MCP_DEBUG": "<MCP_DEBUG>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

rosetta mcp server in other clients