Skip to content

Commit d510f2b

Browse files
authored
Add Mapbox DevKit MCP server (github#186)
* mapbox-mcp-devkit-server * update example for access token
1 parent 3cdd896 commit d510f2b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

servers/mapbox-devkit/server.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: mapbox-devkit
2+
image: mcp/mapbox-devkit
3+
type: server
4+
meta:
5+
category: devops
6+
tags:
7+
- mapbox
8+
- development
9+
- devtools
10+
- api
11+
- styles
12+
about:
13+
title: Mapbox Developer MCP Server
14+
description: Direct access to Mapbox developer APIs for AI assistants. Enables style management, token management, GeoJSON preview, and other developer tools for building Mapbox applications.
15+
icon: https://avatars.githubusercontent.com/u/600935?s=200&v=4
16+
source:
17+
project: https://github.com/mapbox/mcp-devkit-server
18+
dockerfile: Dockerfile
19+
config:
20+
secrets:
21+
- name: mapbox-devkit.access_token
22+
env: MAPBOX_ACCESS_TOKEN
23+
example: YOUR_API_KEY_HERE

0 commit comments

Comments
 (0)