Model Context Protocol

The verification layer inside your AI coding agent.

Deslint ships a Model Context Protocol server that runs as a local subprocess of any MCP-compatible agent. 12 tools the agent calls before it writes a file or runs a shell command: verify_shell_exec, verify_before_write, analyze_and_fix, and nine more. Sub-1 ms warm verdict. Zero LLM in the hot path. Zero code leaves your machine.

Install in one command

The installer detects Claude Desktop and Cursor and writes the MCP config for you. For other agents, drop the snippet below into the agent's MCP config file.

$ npx @deslint/mcp install
{
  "mcpServers": {
    "deslint": {
      "command": "npx",
      "args": ["-y", "@deslint/mcp"]
    }
  }
}

Pick your agent

Tools the agent can call

Why a local MCP server — not a cloud review bot

Install for Claude CodeInstall for CursorFull docs

Further reading: How to fix design drift in AI-generated code →