Entroly for Grok
io.github.juyterman1000/entroly
Context Assurance for AI agents: context engineering, AI cost optimization, verification.
client:Grok
transport:stdio
runtime:pypi
Install Entroly in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"entroly": {
"type": "stdio",
"command": "uvx",
"args": [
"entroly"
],
"env": {
"ENTROLY_MCP_PROFILE": "<ENTROLY_MCP_PROFILE>",
"ENTROLY_MCP_PASSIVE": "<ENTROLY_MCP_PASSIVE>",
"ENTROLY_NO_DOCKER": "<ENTROLY_NO_DOCKER>"
}
}
}
}
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