ποΈvCon Admin
Admin UI for browsing, editing, and exporting vCons in a conserver-backed deployment.
Last updated
Was this helpful?
Admin UI for browsing, editing, and exporting vCons in a conserver-backed deployment.
Repo: vcon-dev/vcon-admin
vcon-admin is a web UI for the conserver and its storage backends. Use it when you need to:
Browse the vCons in a database without writing SQL or a custom UI.
Inspect a vCon's full JSON.
Edit metadata on a vCon (tags, subject, custom fields).
Export selected vCons to JSON.
Run ad-hoc searches.
It's a complementary tool to the conserver β the conserver runs the data pipeline, vcon-admin gives humans a window into the result.
See the repo for current install instructions. The typical deployment is a Docker container alongside a conserver instance, pointing at the same storage backend.
For LLM-driven querying, the vCon MCP Server is the right surface.
For pipeline orchestration (transcribe β analyze β store), the conserver is what you want; vcon-admin is read/edit, not workflow.
vCon MCP Server β programmatic / LLM-facing alternative
Last updated
Was this helpful?
Was this helpful?