Emfirge for Cursor
io.github.theanshsonkar/emfirge
Git branch for your cloud. Understand AWS risk, prove fixes, and ship safer changes.
client:Cursor
transport:stdio
runtime:npm
Install Emfirge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"emfirge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@emfirge/mcp"
],
"env": {
"EMFIRGE_PRIVACY": "<EMFIRGE_PRIVACY>",
"EMFIRGE_BASE_URL": "<EMFIRGE_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs