← Back to Plugins
MCP Server MCP

Intent-Verified Development (IVD)

github By github 👁 1 views ▲ 0 votes

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

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.ivdframework.dev/mcp",
      "headers": [
        {
          "description": "API key for the IVD hosted server. Request one at https://ivdframework.dev.",
          "isRequired": true,
          "format": "string",
          "value": "Bearer {api_key}",
          "isSecret": true,
          "name": "Authorization"
        }
      ],
      "variables": {
        "api_key": {
          "description": "Your IVD API key. Request one at https://ivdframework.dev.",
          "isRequired": true,
          "format": "string",
          "isSecret": true
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...