agenthold✓
io.github.edobusy/agenthold · v0.5.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.edobusy/agenthold",
"description": "Shared versioned state for multi-agent AI workflows",
"title": "agenthold",
"repository": {
"url": "https://github.com/edobusy/agenthold",
"source": "github"
},
"version": "0.5.1",
"websiteUrl": "https://github.com/edobusy/agenthold#readme",
"icons": [
{
"src": "https://raw.githubusercontent.com/edobusy/agenthold/main/assets/agenthold-light.png",
"mimeType": "image/png",
"sizes": [
"500x500"
],
"theme": "light"
},
{
"src": "https://raw.githubusercontent.com/edobusy/agenthold/main/assets/agenthold-dark.png",
"mimeType": "image/png",
"sizes": [
"500x500"
],
"theme": "dark"
}
],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "agenthold",
"version": "0.5.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Tool set: 'standard' (claim/release/status/wait) or 'advanced' (raw get/set/delete/watch/list/history/clear/export).",
"default": "standard",
"choices": [
"standard",
"advanced"
],
"type": "named",
"name": "--tools"
},
{
"description": "Path to the SQLite database file.",
"format": "filepath",
"default": "./agenthold.db",
"type": "named",
"name": "--db"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}