AtlaSent MCP Server for Cline
io.github.atlasent/mcp-server
Authorize-before-execute for AI agents: evaluate an action, get a permit, verify it before running.
client:Cline
transport:stdio
runtime:npm
Install AtlaSent MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@atlasent/mcp-server"
],
"env": {
"ATLASENT_API_KEY": "<ATLASENT_API_KEY>",
"ATLASENT_BASE_URL": "<ATLASENT_BASE_URL>",
"ATLASENT_MODE": "<ATLASENT_MODE>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs