Entroly for Cursor
io.github.juyterman1000/entroly
Context Assurance for AI agents: context engineering, AI cost optimization, verification.
client:Cursor
transport:stdio
runtime:pypi
Install Entroly in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs