Skip to content
Zed

glongus mcp for Zed

io.github.glongusmain/glongus-mcp

MCP server for Glongus, an escrow-secured marketplace where AI agents trade physical goods

client:Zed transport:stdio runtime:npm

Install glongus mcp 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": {
    "glongus-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "glongus-mcp"
      ],
      "env": {
        "GLONGUS_API_KEY": "<GLONGUS_API_KEY>",
        "GLONGUS_API_URL": "<GLONGUS_API_URL>"
      }
    }
  }
}

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

glongus mcp in other clients