From 7bcbd387291a754f5877d958171805feb39623d6 Mon Sep 17 00:00:00 2001 From: muend Date: Wed, 1 Jul 2026 18:17:13 +0300 Subject: [PATCH 1/2] Add arcgis-mcp-bridge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e151a6b22..74abebd3a 100644 --- a/README.md +++ b/README.md @@ -2161,6 +2161,7 @@ Location-based services and mapping tools. Enables AI models to work with geogra - [mahdin75/geoserver-mcp](https://github.com/mahdin75/geoserver-mcp) 🏠 – A Model Context Protocol (MCP) server implementation that connects LLMs to the GeoServer REST API, enabling AI assistants to interact with geospatial data and services. - [mahdin75/gis-mcp](https://github.com/mahdin75/gis-mcp) 🏠 – A Model Context Protocol (MCP) server implementation that connects Large Language Models (LLMs) to GIS operations using GIS libraries, enabling AI assistants to perform accurate geospatial operations and transformations. - [matbel91765/gis-mcp-server](https://github.com/matbel91765/gis-mcp-server) 🐍 🏠 🍎 🪟 🐧 - Geospatial tools for AI agents: geocoding, routing, elevation, spatial analysis, and file I/O (Shapefile, GeoJSON, GeoPackage) +- [muend/arcgis-mcp-bridge](https://github.com/muend/arcgis-mcp-bridge) 🐍 🏠 🪟 - Secure, local-first MCP server exposing ArcGIS Pro's ArcPy engine over stdio JSON-RPC, with worker-process isolation, PathGuard filesystem boundaries, and 100 geoprocessing tools. - [modelcontextprotocol/server-google-maps](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/google-maps) 📇 ☁️ - Google Maps integration for location services, routing, and place details - [cablate/mcp-google-map](https://github.com/cablate/mcp-google-map) [![cablate/mcp-google-map MCP server](https://glama.ai/mcp/servers/cablate/mcp-google-map/badges/score.svg)](https://glama.ai/mcp/servers/cablate/mcp-google-map) 📇 ☁️ 🏠 - Google Maps MCP server with 8 tools (geocode, search, directions, elevation), stdio + StreamableHTTP transport, Agent Skill definitions, and standalone exec CLI mode. - [PostalDataPI/postaldatapi-mcp](https://github.com/PostalDataPI/postaldatapi-mcp) [![PostalDataPI/postaldatapi-mcp MCP server](https://glama.ai/mcp/servers/PostalDataPI/postaldatapi-mcp/badges/score.svg)](https://glama.ai/mcp/servers/PostalDataPI/postaldatapi-mcp) 🐍 ☁️ - Global postal code lookups, validation, and city search for 240+ countries with timezone, admin region, and elevation metadata. Sub-10ms responses at $0.000028/query with 1,000 free queries on signup. From 793c36b0ff7f7d7f5e033cc5c24a9f9ebe27830d Mon Sep 17 00:00:00 2001 From: muend Date: Sat, 4 Jul 2026 10:05:40 +0300 Subject: [PATCH 2/2] Add Glama score badge Added a badge to the arcgis-mcp-bridge entry for better visibility. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74abebd3a..c1fd3facb 100644 --- a/README.md +++ b/README.md @@ -2161,7 +2161,7 @@ Location-based services and mapping tools. Enables AI models to work with geogra - [mahdin75/geoserver-mcp](https://github.com/mahdin75/geoserver-mcp) 🏠 – A Model Context Protocol (MCP) server implementation that connects LLMs to the GeoServer REST API, enabling AI assistants to interact with geospatial data and services. - [mahdin75/gis-mcp](https://github.com/mahdin75/gis-mcp) 🏠 – A Model Context Protocol (MCP) server implementation that connects Large Language Models (LLMs) to GIS operations using GIS libraries, enabling AI assistants to perform accurate geospatial operations and transformations. - [matbel91765/gis-mcp-server](https://github.com/matbel91765/gis-mcp-server) 🐍 🏠 🍎 🪟 🐧 - Geospatial tools for AI agents: geocoding, routing, elevation, spatial analysis, and file I/O (Shapefile, GeoJSON, GeoPackage) -- [muend/arcgis-mcp-bridge](https://github.com/muend/arcgis-mcp-bridge) 🐍 🏠 🪟 - Secure, local-first MCP server exposing ArcGIS Pro's ArcPy engine over stdio JSON-RPC, with worker-process isolation, PathGuard filesystem boundaries, and 100 geoprocessing tools. +- [muend/arcgis-mcp-bridge](https://github.com/muend/arcgis-mcp-bridge) 🐍 🏠 🪟 - Secure, local-first MCP server exposing ArcGIS Pro's ArcPy engine over stdio JSON-RPC, with worker-process isolation, PathGuard filesystem boundaries, and 100 geoprocessing tools. [![arcgis-mcp-bridge MCP server](https://glama.ai/mcp/servers/muend/arcgis-mcp-bridge/badges/score.svg)](https://glama.ai/mcp/servers/muend/arcgis-mcp-bridge) - [modelcontextprotocol/server-google-maps](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/google-maps) 📇 ☁️ - Google Maps integration for location services, routing, and place details - [cablate/mcp-google-map](https://github.com/cablate/mcp-google-map) [![cablate/mcp-google-map MCP server](https://glama.ai/mcp/servers/cablate/mcp-google-map/badges/score.svg)](https://glama.ai/mcp/servers/cablate/mcp-google-map) 📇 ☁️ 🏠 - Google Maps MCP server with 8 tools (geocode, search, directions, elevation), stdio + StreamableHTTP transport, Agent Skill definitions, and standalone exec CLI mode. - [PostalDataPI/postaldatapi-mcp](https://github.com/PostalDataPI/postaldatapi-mcp) [![PostalDataPI/postaldatapi-mcp MCP server](https://glama.ai/mcp/servers/PostalDataPI/postaldatapi-mcp/badges/score.svg)](https://glama.ai/mcp/servers/PostalDataPI/postaldatapi-mcp) 🐍 ☁️ - Global postal code lookups, validation, and city search for 240+ countries with timezone, admin region, and elevation metadata. Sub-10ms responses at $0.000028/query with 1,000 free queries on signup.