Skip to content
Zed

SCHISM Model Setup MCP Server for Zed

io.github.mansurjisan/schism-mcp

SCHISM model configuration debugging, parameter lookup, and validation

client:Zed transport:stdio runtime:pypi

Install SCHISM Model Setup MCP Server in Zed

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

{
  "context_servers": {
    "schism-mcp": {
      "command": "uvx",
      "args": [
        "schism-mcp"
      ]
    }
  }
}

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

SCHISM Model Setup MCP Server in other clients