bitacora-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DECK_STORE_DIR | No | Directory where the versioned store is created. Defaults to ~/.bitacora-store. | ~/.bitacora-store |
| GOOGLE_TOKEN_PATH | No | Path to the cached Google token JSON file. Defaults to ~/.bitacora-google/token.json. | ~/.bitacora-google/token.json |
| DECK_DEPLOYER_MOCK | No | If set to '1', uses an in-memory mock for the deployer instead of the real Google Apps Script API. If unset or '0', uses the real API. Defaults to unset. | |
| GOOGLE_OAUTH_CLIENT_PATH | No | Path to the Google OAuth client JSON file. Defaults to ~/.bitacora-google/oauth-client.json. | ~/.bitacora-google/oauth-client.json |
| APPS_SCRIPT_WEBAPP_ACCESS | No | Who can open the published web app URL. Possible values: DOMAIN, ANYONE, ANYONE_ANONYMOUS, MYSELF. Defaults to DOMAIN. | DOMAIN |
| APPS_SCRIPT_WEBAPP_EXECUTE_AS | No | Identity used to run the doGet function. Possible values: USER_DEPLOYING or USER_ACCESSING. Defaults to USER_DEPLOYING. | USER_DEPLOYING |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| presentation_createA | Crea una presentación HTML y la guarda versionada en el store. No la publica (deploy es Fase 2). Devuelve id y versión (commit SHA). |
| presentation_updateA | Actualiza una presentación existente (reemplaza HTML y/o metadata) creando una nueva versión. No borra el historial. |
| presentation_getA | Devuelve el HTML y la metadata de una presentación. Por defecto la versión actual (HEAD); con "version" (SHA) devuelve esa versión histórica. |
| presentation_list_versionsA | Lista el historial de versiones (commits) de una presentación, del más nuevo al más viejo. |
| presentation_listA | Lista las presentaciones guardadas, opcionalmente filtradas por dueño. |
| presentation_rollbackA | Vuelve una presentación a una versión anterior creando un nuevo commit con ese contenido (rollback no destructivo). |
| presentation_deployA | Publica una versión (commit) de una presentación como web app de Apps Script y devuelve su URL. Idempotente por versión: si ese commit ya está publicado, devuelve la URL existente sin volver a deployar. |
| presentation_get_deploymentA | Devuelve el estado de publicación actual de una presentación (commit, scriptId, deploymentId, url). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Bidcomsrl/bitacora-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server