Skip to content
VS Code

Execute Intent for VS Code

io.github.srotzin/hive-execute

Intent execution engine for autonomous agent task routing

client:VS Code transport:streamable-http

Install Execute Intent in VS Code

.vscode/mcp.json

{
  "servers": {
    "hive-execute": {
      "type": "http",
      "url": "https://hive-execute.onrender.com/mcp"
    }
  }
}

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

Execute Intent in other clients