Skip to content
Cursor

AXF for Cursor

dev.smartergpt/axf

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

client:Cursor transport:stdio runtime:npm

Install AXF in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "axf": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AXF in other clients