MCP Server
Arcgis Stlouiscounty MCP Server
io.github.pipeworx-io/arcgis-stlouiscounty
What is the Arcgis Stlouiscounty MCP server?
St. Louis County GIS — St. Louis County, Missouri open geospatial data (ArcGIS).
How to install Arcgis Stlouiscounty
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"arcgis-stlouiscounty": {
"url": "https://gateway.pipeworx.io/arcgis-stlouiscounty/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"arcgis-stlouiscounty": {
"serverUrl": "https://gateway.pipeworx.io/arcgis-stlouiscounty/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"arcgis-stlouiscounty": {
"type": "http",
"url": "https://gateway.pipeworx.io/arcgis-stlouiscounty/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"arcgis-stlouiscounty": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/arcgis-stlouiscounty/mcp"
]
}
}
}Claude Code
claude mcp add --transport http arcgis-stlouiscounty https://gateway.pipeworx.io/arcgis-stlouiscounty/mcp