agenticorg for Grok
io.github.mishrasanjeev/agenticorg
AgenticOrg MCP server for AI agents, A2A discovery, SOP deploy, and MCP tool listing.
client:Grok
transport:stdio
runtime:npm
Install agenticorg in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agenticorg": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agenticorg-mcp-server"
]
}
}
}
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