agent envelope mcp for Cursor
io.github.blackboxengineering/agent-envelope-mcp
Neutral MCP server for AgentEnvelope authority: sovereign verify + vault verify/lookup/mint.
client:Cursor
transport:stdio
runtime:npm
Install agent envelope mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-envelope-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-envelope-mcp"
],
"env": {
"AE_API_KEY": "<AE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs