Skip to content
Windsurf

AXF for Windsurf

dev.smartergpt/axf

Agent eXoskeleton Framework control plane for workspace-native agent capabilities over MCP.

client:Windsurf transport:stdio runtime:npm

Install AXF 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": {
    "axf": {
      "command": "npx",
      "args": [
        "-y",
        "@smartergpt/axf"
      ],
      "env": {
        "AXF_PROJECT_ROOT": "<AXF_PROJECT_ROOT>",
        "AXF_EXECUTION_ROOT": "<AXF_EXECUTION_ROOT>",
        "AXF_WORKSPACE": "<AXF_WORKSPACE>",
        "AXF_REGISTRY_WORKSPACE": "<AXF_REGISTRY_WORKSPACE>",
        "AXF_EXECUTION_WORKSPACE": "<AXF_EXECUTION_WORKSPACE>"
      }
    }
  }
}

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

AXF in other clients