Skip to content
Cursor

SCHISM Model Setup MCP Server for Cursor

io.github.mansurjisan/schism-mcp

SCHISM model configuration debugging, parameter lookup, and validation

client:Cursor transport:stdio runtime:pypi

Install SCHISM Model Setup MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "schism-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "schism-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

SCHISM Model Setup MCP Server in other clients