Skip to content
Zed

glippy mcp for Zed

io.github.jbobbink/glippy-mcp

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

client:Zed transport:stdio runtime:npm

Install glippy mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "glippy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "glippy-mcp"
      ],
      "env": {
        "GLIPPY_LICENSE_KEY": "<GLIPPY_LICENSE_KEY>",
        "GLIPPY_RATE_LIMIT": "<GLIPPY_RATE_LIMIT>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

glippy mcp in other clients