Skip to content
Cursor

agentcast for Cursor

io.github.mukundakatta/agentcast

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

client:Cursor transport:stdio runtime:npm

Install agentcast in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agentcast in other clients