Skip to content
VS Code

Intent-Verified Development (IVD) for VS Code

io.github.leocelis/ivd

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

client:VS Code transport:streamable-http

Install Intent-Verified Development (IVD) in VS Code

.vscode/mcp.json

{
  "servers": {
    "ivd": {
      "type": "http",
      "url": "https://mcp.ivdframework.dev/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Intent-Verified Development (IVD) in other clients