Skip to content
Cursor

acf mcp for Cursor

io.github.aiconsulting06000-tech/acf-mcp

Official ACF® MCP server — Agentic Commerce Framework® governance copilot for AI assistants.

client:Cursor transport:stdio runtime:npm

Install acf mcp in Cursor

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

{
  "mcpServers": {
    "acf-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "acf-mcp"
      ]
    }
  }
}

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

acf mcp in other clients