Skip to content
VS Code

agentcast for VS Code

io.github.mukundakatta/agentcast

Structured-output enforcer: extract and validate JSON from messy LLM text.

client:VS Code transport:stdio runtime:npm

Install agentcast in VS Code

.vscode/mcp.json

{
  "servers": {
    "agentcast": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/agentcast-mcp"
      ]
    }
  }
}

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

agentcast in other clients