Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions docs/gamut-setup.md
Original file line number Diff line number Diff line change
@@ -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).