Skip to content

NomaCMS MCP Server for Zed

io.github.nomacms/nomacms-mcp-server

MCP server for NomaCMS. Manage collections, fields, content, assets, and webhooks via AI agents.

client:Zed transport:stdio runtime:npm

Install NomaCMS 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": {
    "nomacms-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@nomacms/mcp-server"
      ],
      "env": {
        "NOMA_API_KEY": "<NOMA_API_KEY>",
        "NOMA_PROJECT_ID": "<NOMA_PROJECT_ID>"
      }
    }
  }
}

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

NomaCMS MCP Server in other clients