Skip to content
Zed

Schematic for Zed

io.github.schematichq/schematic-mcp

Manage companies, plans, features, and billing through SchematicHQ

client:Zed transport:stdio runtime:npm

Install Schematic 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": {
    "schematic-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@schematichq/schematic-mcp"
      ],
      "env": {
        "SCHEMATIC_API_KEY": "<SCHEMATIC_API_KEY>"
      }
    }
  }
}

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

Schematic in other clients