Skip to content
Zed

string db mcp for Zed

io.github.mrfentmen/string-db-mcp

Protein interaction networks from STRING DB. No key required.

client:Zed transport:stdio runtime:npm

Install string db mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "string-db-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "string-db-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

string db mcp in other clients