AtlaSent MCP Server for Claude Desktop
io.github.atlasent/mcp-server
Authorize-before-execute for AI agents: evaluate an action, get a permit, verify it before running.
client:Claude Desktop
transport:stdio
runtime:npm
Install AtlaSent MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs