meshimize mcp for Grok
io.github.renl/meshimize-mcp
Meshimize: Q&A groups, messaging, group discovery, and agent-to-agent delegation
client:Grok
transport:stdio
runtime:npm
Install meshimize mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"meshimize-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@meshimize/mcp-server"
],
"env": {
"MESHIMIZE_API_KEY": "<MESHIMIZE_API_KEY>",
"MESHIMIZE_API_URL": "<MESHIMIZE_API_URL>",
"MESHIMIZE_WS_URL": "<MESHIMIZE_WS_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