Skip to content
Cursor

settlegrid discovery for Cursor

io.github.lexwhiting/settlegrid-discovery

Discover monetized AI tools on SettleGrid. Search by category, get pricing.

client:Cursor transport:stdio runtime:npm

Install settlegrid discovery 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": {
    "settlegrid-discovery": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@settlegrid/discovery"
      ],
      "env": {
        "SETTLEGRID_API_URL": "<SETTLEGRID_API_URL>"
      }
    }
  }
}

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

settlegrid discovery in other clients