mcp server for Windsurf
dev.assurly/mcp-server
Pre-deploy ship gate AI agents call before shipping. Also audits the agent's own MCP config.
client:Windsurf
transport:stdio
runtime:npm
Install mcp server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@assurly/mcp-server"
],
"env": {
"ASSURLY_API_KEY": "<ASSURLY_API_KEY>",
"ASSURLY_API_URL": "<ASSURLY_API_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs