Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

bbox mcp server in other clients