Skip to content
Cursor

glippy mcp for Cursor

io.github.jbobbink/glippy-mcp

GEO (Generative Engine Optimization) analysis: check any domain's AI-readiness for LLM search

client:Cursor transport:stdio runtime:npm

Install glippy mcp 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": {
    "glippy-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "glippy-mcp"
      ],
      "env": {
        "GLIPPY_LICENSE_KEY": "<GLIPPY_LICENSE_KEY>",
        "GLIPPY_RATE_LIMIT": "<GLIPPY_RATE_LIMIT>"
      }
    }
  }
}

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

glippy mcp in other clients