Skip to content
Cursor

hotato for Cursor

io.github.attenlabs/hotato

Open-source, self-hosted conversation QA for voice agents. MIT.

client:Cursor transport:stdio runtime:pypi

Install hotato in Cursor

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

{
  "mcpServers": {
    "hotato": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "hotato"
      ]
    }
  }
}

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

hotato in other clients