Your AI assistant writes code. Acutis checks it. Unsafe code gets blocked and fixed — before you ever see it.
One tool. Zero context bloat. Works with every major AI coding assistant.
Click the button below. Cursor will prompt you to confirm, then Acutis is ready to use — no configuration needed.
Add to CursorRequires Cursor IDE
Add to .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"acutis": {
"url": "https://mcp.acutis.dev/mcp",
"auth": "oauth"
}
}
}
Click the button below. VS Code will open and prompt you to install Acutis — no configuration needed. Requires VS Code 1.96+ with GitHub Copilot.
Add to VS CodeRequires VS Code with GitHub Copilot
Create .vscode/mcp.json in your workspace root:
{
"mcpServers": {
"acutis": {
"url": "https://mcp.acutis.dev/mcp"
}
}
}
The easiest way: open Settings → Connectors, click “Add custom connector,” and enter the server URL.
https://mcp.acutis.dev/mcp
Edit claude_desktop_config.json (Settings → Developer → Edit Config):
{
"mcpServers": {
"acutis": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.acutis.dev/mcp"]
}
}
}
Open Settings → MCP or use the command palette: Windsurf: Configure MCP Servers.
https://mcp.acutis.dev/mcp
Edit ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"acutis": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.acutis.dev/mcp"]
}
}
}
Curious how it actually works?