Skip to content
VS Code

string db mcp for VS Code

io.github.mrfentmen/string-db-mcp

Protein interaction networks from STRING DB. No key required.

client:VS Code transport:stdio runtime:npm

Install string db mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "string-db-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "string-db-mcp"
      ]
    }
  }
}

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

string db mcp in other clients