diff --git a/README.md b/README.md index c3d7032..0b5efd2 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ For more information about Mapbox access tokens, see the [Mapbox documentation o For detailed setup instructions for different integrations, refer to the following guides: - [Claude Desktop Setup](./docs/claude-desktop-setup.md) - Instructions for configuring Claude Desktop to work with this MCP server +- [Gamut Setup](./docs/gamut-setup.md) - Connecting Gamut AI agents to Mapbox's geospatial tools - [Goose Setup](./docs/goose-setup.md) - Setting up Goose AI agent framework - [VS Code Setup](./docs/vscode-setup.md) - Setting up a development environment in Visual Studio Code - [Cursor AI IDE Setup](./docs/cursor-setup.md) - Setting up a development environment in Cursor AI IDE diff --git a/docs/gamut-setup.md b/docs/gamut-setup.md new file mode 100644 index 0000000..05aca81 --- /dev/null +++ b/docs/gamut-setup.md @@ -0,0 +1,10 @@ +# Gamut Setup + +Connect the Mapbox MCP Server to a [Gamut](https://www.gamut.so/mcp/developer-tools/mapbox) agent in a few steps: + +1. In your Gamut agent, go to **Connections** and click **Add Connection**. +2. Search for **Mapbox** and click **+** to add it. +3. When prompted, enter your Mapbox access token to authenticate. +4. Try a prompt like "Show me a map of downtown San Francisco" to verify the connection. + +For more details on available tools and features, see the [main README](../README.md).