Skip to content
Cursor

Colter for Cursor

io.github.mfbahc/colter

Colter audits product pages for AI shopping agents and returns fixes, tests, and Evidence Packs.

client:Cursor transport:stdio runtime:npm

Install Colter in Cursor

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

{
  "mcpServers": {
    "colter": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@getcolter/cli"
      ]
    }
  }
}

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

Colter in other clients