Skip to content
Cline

AXF for Cline

dev.smartergpt/axf

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

client:Cline transport:stdio runtime:npm

Install AXF in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

AXF in other clients