Skip to content
Zed

Ceraph for Zed

dev.ceraph/react-native-mcp

MCP server for agent-driven React Native and Expo development and mobile testing

client:Zed transport:stdio runtime:npm

Install Ceraph in Zed

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

{
  "context_servers": {
    "react-native-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ceraph/react-native-mcp"
      ]
    }
  }
}

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

Ceraph in other clients