mcp server for Claude Desktop
dev.assurly/mcp-server
Pre-deploy ship gate AI agents call before shipping. Also audits the agent's own MCP config.
client:Claude Desktop
transport:stdio
runtime:npm
Install 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",
"@assurly/mcp-server"
],
"env": {
"ASSURLY_API_KEY": "<ASSURLY_API_KEY>",
"ASSURLY_API_URL": "<ASSURLY_API_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs