ai-poland-mapbox-mcp
Verified Safeby mattpodwysocki
Overview
This repository serves as a Slidev presentation demonstrating Mapbox's Model Context Protocol (MCP) and DevKit for building AI-powered location intelligence and developer tools.
Installation
npm run devEnvironment Variables
- MAPBOX_ACCESS_TOKEN
Security Notes
This repository primarily contains a Slidev presentation configuration and markdown slides. No explicit server-side logic, 'eval' usage, obfuscation, or hardcoded sensitive data is found within the provided source code for *this* repository. The `npx` commands shown in the slides demonstrate running external Mapbox MCP servers, which would require an API token, but this token is configured as an environment variable (`MAPBOX_ACCESS_TOKEN`) for the *external* server, not hardcoded in this presentation itself. As a presentation, the inherent security risk of this codebase is low, assuming external dependencies are vetted.
Similar Servers
XcodeBuildMCP
Provides an MCP (Model Context Protocol) server for AI agents and other clients to programmatically build, test, run, and debug iOS and macOS applications, manage simulators/devices, and capture logs.
awesome-mcp-devtools
This repository serves as a curated list of developer tools, SDKs, libraries, and resources for building and interacting with Model Context Protocol (MCP) servers.
mcp-server
Enables AI agents and applications with Mapbox's geospatial intelligence, including geocoding, routing, POI search, and map visualization.
gis-mcp
A Model Context Protocol (MCP) server that provides AI agents and LLMs with comprehensive GIS capabilities, enabling geospatial analysis, data gathering, and transformations through natural language.