Skip to content
Claude Desktop

Intent-Verified Development (IVD) for Claude Desktop

io.github.leocelis/ivd

33 tools that make AI write, implement, and verify intent against explicit, testable constraints.

client:Claude Desktop transport:streamable-http

Install Intent-Verified Development (IVD) in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Intent-Verified Development (IVD) in other clients