gdal-mcp

JordanGunn/gdal-mcp

3.1

If you are the rightful owner of gdal-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

Model Context Protocol server wrapping GDAL command-line tools.

gdal-mcp (Moved)

This project has moved to Wayfinder-Foundry/gdal-mcp.

Please update any local clones, submodules, automations, or references to point to the new location.

Updating Your Local Repository

If you have a local clone of this repository, update your remote URL to point to the new location:

git remote set-url origin https://github.com/Wayfinder-Foundry/gdal-mcp.git

Verify the change:

git remote -v

Updating Submodules

If you're using this repository as a submodule, update the .gitmodules file in your parent repository to reference the new URL:

[submodule "gdal-mcp"]
    path = path/to/gdal-mcp
    url = https://github.com/Wayfinder-Foundry/gdal-mcp.git

Then run:

git submodule sync
git submodule update --init --recursive