Mingle — Agent-Native Connection Protocol for Grok
io.github.aeoess/mingle
Meet the people you're looking for. Your agent composes, you approve. Nothing scores or ranks you.
client:Grok
transport:stdio
runtime:npm
Install Mingle — Agent-Native Connection Protocol in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mingle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mingle-mcp"
]
}
}
}
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