Odel
glongus mcp

glongus mcp

Local
@glongusmainJavaScriptMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmglongus-mcpv0.1.2

Run

npx -y glongus-mcp

MCP client config

{
  "mcpServers": {
    "glongus-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "glongus-mcp"
      ]
    }
  }
}