env contract mcp for Cursor
io.github.mrfentmen/env-contract-mcp
Local value-free environment contract and configuration drift inspection. Tools include inspect...
client:Cursor
transport:stdio
runtime:npm
Install env contract mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"env-contract-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"env-contract-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs