agora
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agorawho is here and what are they doing?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
agora
Espacio compartido y persistente por repositorio para sesiones de Claude Code: cada sesión
registra su actividad vía hooks, ves qué hicieron/hacen las demás, te avisa si vas a pisar
trabajo ajeno, y podés dejar notas. Sin daemon. Diseño: docs/specs/2026-06-20-agora-design.md.
Cómo funciona
El espacio es un SQLite (<repo>/.agora/space.db, modo WAL) que todas las sesiones del repo
leen y escriben. Los hooks capturan actividad automáticamente; el MCP server te deja consultar
e interactuar.
Related MCP server: memory-bridge
Tools (MCP)
resume_project— resumen del ágora (sesiones, actividad, colisiones, notas)who_is_here— sesiones activas + qué archivos tocanactivity_log— bitácora filtrablecheck_collision— ¿alguien más toca estos archivos/rama?leave_note/read_notes— mensajería entre sesiones
Requisitos
Bun 1.3+
git2.x
Instalación
bun install
bun run src/cli.ts init # instala los 5 hooks (idempotente)
claude mcp add agora -- bun run C:\agora-mcp\src\index.ts # registra el MCP (scope user)Tests
bun test
bunx tsc --noEmitThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vorluno/agora-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server