Skip to content
Zed

labmate mcp for Zed

io.github.jonasrackl/labmate-mcp

81 chemistry tools — literature, calculations, retrosynthesis

client:Zed transport:stdio runtime:pypi

Install labmate mcp in Zed

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

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

{
  "context_servers": {
    "labmate-mcp": {
      "command": "uvx",
      "args": [
        "labmate-mcp"
      ],
      "env": {
        "RXN_API_KEY": "<RXN_API_KEY>",
        "ROWAN_API_KEY": "<ROWAN_API_KEY>"
      }
    }
  }
}

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

labmate mcp in other clients