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
{
"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