← Back to Plugins
MCP Server MCP

GeoLens

github By github 👁 1 views ▲ 0 votes

Read-only access to a self-hosted GeoLens spatial catalog: datasets, features, maps, sandboxed SQL.

Homepage Verified source GitHub

Install

uvx geolens-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "geolens-mcp",
      "version": "1.15.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the GeoLens instance, e.g. https://geolens.example.com (the /api suffix is appended automatically).",
          "isRequired": true,
          "format": "string",
          "name": "GEOLENS_INSTANCE"
        },
        {
          "description": "API key, sent as X-Api-Key. Omit for public-only access.",
          "format": "string",
          "isSecret": true,
          "name": "GEOLENS_API_KEY"
        },
        {
          "description": "JWT bearer token, used only when GEOLENS_API_KEY is unset.",
          "format": "string",
          "isSecret": true,
          "name": "GEOLENS_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...