AtlaSent MCP Server for Cursor
io.github.atlasent/mcp-server
Authorize-before-execute for AI agents: evaluate an action, get a permit, verify it before running.
client:Cursor
transport:stdio
runtime:npm
Install AtlaSent MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@atlasent/mcp-server"
],
"env": {
"ATLASENT_API_KEY": "<ATLASENT_API_KEY>",
"ATLASENT_BASE_URL": "<ATLASENT_BASE_URL>",
"ATLASENT_MODE": "<ATLASENT_MODE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs