Skip to content

gaopengbin/cesium-mcp

v1.139.5 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

Published 2mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

3d-globe 3d-visualization ai ai-agent cesium cesiumjs
+13 more
claude geojson geospatial gis llm mcp model-context-protocol natural-language spatial-analysis typescript webgis webgl websocket

Summary

AI summary

Added a geocode tool that converts addresses to coordinates using OpenStreetMap Nominatim.

Full changelog

New Features

  • Geocode tool (44th tool, new geolocation toolset) — convert address/landmark to coordinates using OpenStreetMap Nominatim, no API key required
  • HTTP proxy supportHTTPS_PROXY / HTTP_PROXY / ALL_PROXY env vars for geocode requests (uses Node.js built-in undici.ProxyAgent)
  • Custom User-AgentOSM_USER_AGENT env var for Nominatim API requests

Improvements

  • 11 toolsets / 44 tools (up from 10 / 43)
  • Rate limiting: 1.1s interval per Nominatim usage policy
  • Proxy configuration guide in Getting Started docs

Proxy Configuration

{
  "mcpServers": {
    "cesium": {
      "command": "npx",
      "args": ["-y", "cesium-mcp-runtime@latest"],
      "env": {
        "HTTPS_PROXY": "http://127.0.0.1:10808"
      }
    }
  }
}

Full Changelog: https://github.com/gaopengbin/cesium-mcp/compare/v1.139.4...v1.139.5

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track gaopengbin/cesium-mcp

Get notified when new releases ship.

Sign up free

About gaopengbin/cesium-mcp

AI-powered 3D globe control via MCP. Connect any MCP-compatible AI agent to CesiumJS — camera flight, GeoJSON/3D Tiles layers, markers, spatial analysis, heatmaps, and more through 19 natural language tools.

All releases →

Beta — feedback welcome: [email protected]