Skip to content

fascia mcp server for Zed

io.github.orcar-studio/fascia-mcp-server

Expose Fascia-deployed Tools and Entity schemas to AI agents via MCP

client:Zed transport:stdio runtime:npm

Install fascia mcp server 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": {
    "fascia-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@fascia-run/mcp-server"
      ],
      "env": {
        "FASCIA_API_KEY": "<FASCIA_API_KEY>",
        "FASCIA_API_URL": "<FASCIA_API_URL>"
      }
    }
  }
}

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

fascia mcp server in other clients