Skip to main content
Glama
manifest.json942 B
{ "dxt_version": "0.1", "name": "@mapbox/mcp-server", "display_name": "Mapbox MCP Server", "version": "0.2.4", "description": "Mapbox MCP server.", "author": { "name": "Mapbox, Inc." }, "server": { "type": "node", "entry_point": "dist/index.js", "mcp_config": { "command": "node", "args": [ "${__dirname}/dist/index.js" ], "env": { "MAPBOX_ACCESS_TOKEN" : "${user_config.MAPBOX_ACCESS_TOKEN}" } } }, "user_config": { "MAPBOX_ACCESS_TOKEN": { "type": "string", "title": "Mapbox access_token", "description": "Enter your Mapbox secret access token to get started, if you don't have one, please register from https://account.mapbox.com/access-tokens/", "required": true, "sensitive": true } }, "license": "BSD-3-Clause", "repository": { "type": "git", "url": "https://github.com/mapbox/mcp-server.git" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Waldzell-Agentics/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server