bbox mcp server for Zed
io.github.iamvibhorsingh/bbox-mcp-server
Geospatial toolkit for AI: spatial queries, coord conversion, H3, OSM search, map verification links
client:Zed
transport:stdio
runtime:npm
Install bbox mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bbox-mcp-server": {
"command": "npx",
"args": [
"-y",
"bbox-mcp-server"
],
"env": {
"MAPBOX_ACCESS_TOKEN": "<MAPBOX_ACCESS_TOKEN>",
"OVERPASS_API_URL": "<OVERPASS_API_URL>",
"MAX_H3_CELLS": "<MAX_H3_CELLS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs