MCP Server
MCP
io.github.attenlabs/hotato
Open-source, self-hosted conversation QA for voice agents. MIT.
Install
uvx hotato
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "hotato",
"version": "1.9.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "uvx flag: install the named package (with extras) and run a console script from it, rather than the bare 'hotato' script",
"value": "--from",
"type": "positional"
},
{
"description": "hotato with the mcp extra, so the hotato-mcp console script and its mcp>=1.2.0 dependency are installed",
"value": "hotato[mcp]",
"type": "positional"
},
{
"description": "console script entry point: the hotato MCP server (voice_eval_run, proof-preserving counterexample tools, and read/verify/propose or clone-scoped fleet tools), stdio transport",
"value": "hotato-mcp",
"type": "positional"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment