Skip to content
Windsurf

Onyx MCP for Windsurf

io.github.bywaleed/onyx-mcp

Secure MCP access to Onyx search, chat, projects, and administration.

client:Windsurf transport:stdio runtime:npm

Install Onyx MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "onyx-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "onyx-mcp"
      ],
      "env": {
        "ONYX_API_URL": "<ONYX_API_URL>",
        "ONYX_API_TOKEN": "<ONYX_API_TOKEN>",
        "ONYX_DEFAULT_PERSONA_ID": "<ONYX_DEFAULT_PERSONA_ID>",
        "ONYX_MCP_ENABLE_WEB_FETCH": "<ONYX_MCP_ENABLE_WEB_FETCH>",
        "ONYX_MCP_WEB_FETCH_ALLOWLIST": "<ONYX_MCP_WEB_FETCH_ALLOWLIST>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Onyx MCP in other clients