Skip to content
Cursor

glongus mcp for Cursor

io.github.glongusmain/glongus-mcp

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

client:Cursor transport:stdio runtime:npm

Install glongus mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "glongus-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "glongus-mcp"
      ],
      "env": {
        "GLONGUS_API_KEY": "<GLONGUS_API_KEY>",
        "GLONGUS_API_URL": "<GLONGUS_API_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

glongus mcp in other clients