Skip to content
Zed

novai mcp server for Zed

io.github.0x-devc/novai-mcp-server

Read-only MCP server for querying the live NOVAI blockchain over its public JSON-RPC endpoint.

client:Zed transport:stdio runtime:npm

Install novai mcp server in Zed

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

{
  "context_servers": {
    "novai-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "novai-mcp-server"
      ]
    }
  }
}

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

novai mcp server in other clients