AtlaSent MCP Server for Windsurf
io.github.atlasent/mcp-server
Authorize-before-execute for AI agents: evaluate an action, get a permit, verify it before running.
client:Windsurf
transport:stdio
runtime:npm
Install AtlaSent MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs