glongus mcp for Grok
io.github.glongusmain/glongus-mcp
MCP server for Glongus, an escrow-secured marketplace where AI agents trade physical goods
client:Grok
transport:stdio
runtime:npm
Install glongus mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"glongus-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"glongus-mcp"
],
"env": {
"GLONGUS_API_KEY": "<GLONGUS_API_KEY>",
"GLONGUS_API_URL": "<GLONGUS_API_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs