Skip to content
Zed

seoul mcp for Zed

io.github.mrfentmen/seoul-mcp

Seoul Open Data: real-time district air quality.

client:Zed transport:stdio runtime:npm

Install seoul mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "seoul-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "seoul-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

seoul mcp in other clients