PulseAugur
EN
LIVE 23:10:57

Open-source bridge connects ArcGIS Pro's ArcPy to AI tooling

An independent open-source project, arcgis-mcp-bridge, has been developed to facilitate the integration of AI tooling with ArcGIS Pro's powerful ArcPy Python environment. The bridge operates as a two-process system, with a lightweight MCP server communicating via JSON-RPC to a separate ArcPy worker process. This architecture isolates the AI host from the native, licensed, and Windows-bound ArcGIS Pro runtime, preventing potential crashes or instability in the AI process. The system exposes a controlled set of ArcPy geoprocessing tools and includes features like filesystem boundaries and confirmation gates for destructive operations. AI

IMPACT Enables GIS professionals to leverage AI capabilities within their existing ArcGIS Pro workflows.

RANK_REASON The item describes a new open-source tool for integrating existing software with AI capabilities.

Read on dev.to — MCP tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Open-source bridge connects ArcGIS Pro's ArcPy to AI tooling

COVERAGE [1]

  1. dev.to — MCP tag TIER_1 English(EN) · Muhammed Enes Duran ·

    Building a Secure MCP Bridge for ArcGIS Pro and ArcPy

    <p>ArcGIS Pro has a powerful Python runtime through ArcPy, but it is not a lightweight dependency. It is native, licensed, Windows-bound, and tightly coupled to the ArcGIS Pro environment.</p> <p>That makes it awkward to connect directly to AI tooling.</p> <p>I built <code>arcgis…