← Back to Plugins
MCP Server MCP

io.github.jbobbink/glippy-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "glippy-mcp",
      "version": "0.6.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Glippy MCP license key (GLMCP-XXXX-XXXX-XXXX)",
          "isRequired": true,
          "isSecret": true,
          "name": "GLIPPY_LICENSE_KEY"
        },
        {
          "description": "Max requests per second per domain for batch tools (default 5)",
          "name": "GLIPPY_RATE_LIMIT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...