Skip to content
Windsurf

forge for Windsurf

ai.voxell/forge

MCP server for Forge, Voxell's hosted text-embedding API. Tools: embed and list_models.

client:Windsurf transport:stdio runtime:npm

Install forge 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": {
    "forge": {
      "command": "npx",
      "args": [
        "-y",
        "@voxell/forge-mcp"
      ],
      "env": {
        "FORGE_API_KEY": "<FORGE_API_KEY>"
      }
    }
  }
}

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

forge in other clients