Next-Generation Code Security

Your security tools were built for
human-written code.

Acutis wasn't. It formally verifies your AI agent's code in real time — blocking vulnerabilities before they reach your codebase.

See It in Action

Your AI assistant writes code. Acutis checks it. Unsafe code gets blocked and fixed — before you ever see it.

AI Agent Chat
editor

Get Started in Seconds

One tool. Zero context bloat. Works with every major AI coding assistant.

One-Click

Add to Cursor Instantly

Click the button below. Cursor will prompt you to confirm, then Acutis is ready to use — no configuration needed.

Add to Cursor

Requires Cursor IDE

Manual Config

Add to .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):

{
  "mcpServers": {
    "acutis": {
      "url": "https://mcp.acutis.dev/mcp",
      "auth": "oauth"
    }
  }
}
One-Click

Add to VS Code Instantly

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 Code

Requires VS Code with GitHub Copilot

Manual Config

Create .vscode/mcp.json in your workspace root:

{
  "mcpServers": {
    "acutis": {
      "url": "https://mcp.acutis.dev/mcp"
    }
  }
}
Custom Connector

Claude Desktop

The easiest way: open Settings → Connectors, click “Add custom connector,” and enter the server URL.

https://mcp.acutis.dev/mcp

JSON Config

Edit claude_desktop_config.json (Settings → Developer → Edit Config):

{
  "mcpServers": {
    "acutis": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.acutis.dev/mcp"]
    }
  }
}
Cascade AI

Windsurf

Open Settings → MCP or use the command palette: Windsurf: Configure MCP Servers.

https://mcp.acutis.dev/mcp

JSON Config

Edit ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "acutis": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.acutis.dev/mcp"]
    }
  }
}

Curious how it actually works?

Human-written code had its tools.
AI-generated code has Acutis.