gamecalendar-mcp
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., "@gamecalendar-mcpWhat games are releasing this week?"
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.
gamecalendar-mcp
Servidor MCP para la base de datos de GameCalendar (Neon Postgres). Permite a Claude consultar —y opcionalmente modificar— los datos del sitio directamente, sin pasar por la web.
Seguridad: lectura libre, escritura opt-in
Lectura: siempre disponible.
Escritura: solo si defines
GAMECALENDAR_MCP_WRITE=1. Sin esa variable, las tools de escritura ni se registran (Claude no puede llamarlas).delete_blog_postes destructiva y exigeconfirm=trueexplícito.update_gamesolo toca campos editables a mano (section, score, opencritic_score, early_access, trailer); el resto lo gestiona el sync de IGDB.
Related MCP server: Sessionize
Tools
Tool | Modo | Qué hace |
| lectura | Juegos por sección/plataforma |
| lectura | Busca juegos por nombre |
| lectura | Ficha completa (id o slug) |
| lectura | Posts (con o sin borradores) |
| lectura | Post completo por slug |
| lectura | Resumen de la DB |
| escritura | Crea post (borrador por defecto) |
| escritura | Edita campos de un post |
| escritura | Publica / despublica |
| escritura | Borra (requiere |
| escritura | Edita campos seguros de un juego |
Variables de entorno
Variable | Obligatoria | Descripción |
| sí | Cadena de conexión Neon (la misma de gamecalendar) |
| no |
|
Conectarlo a Claude Code
Con el CLI (recomendado), solo lectura:
claude mcp add gamecalendar \
--env DATABASE_URL="postgres://...neon..." \
-- node /home/zaswear/projects/packages/gamecalendar-mcp/index.jsCon escritura habilitada, añade el flag:
claude mcp add gamecalendar \
--env DATABASE_URL="postgres://...neon..." \
--env GAMECALENDAR_MCP_WRITE=1 \
-- node /home/zaswear/projects/packages/gamecalendar-mcp/index.jsO a mano, en la config MCP (~/.claude.json o .mcp.json del proyecto):
{
"mcpServers": {
"gamecalendar": {
"command": "node",
"args": ["/home/zaswear/projects/packages/gamecalendar-mcp/index.js"],
"env": {
"DATABASE_URL": "postgres://...neon...",
"GAMECALENDAR_MCP_WRITE": "1"
}
}
}
}No pongas la
DATABASE_URLen ningún archivo commiteado. Pásala por la config MCP (que es local) o por el entorno.
Probar sin Claude
pnpm -C packages/gamecalendar-mcp smoke # solo lectura
pnpm -C packages/gamecalendar-mcp smoke --write # comprueba que registran las tools de escrituraEl smoke lee DATABASE_URL del .env de gamecalendar.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP server that enables graph database interactions with Neo4j, allowing users to access and manipulate graph data through natural language commands.Last updated
- AlicenseAqualityAmaintenanceMCP server for accessing Sessionize event data. Query speakers, sessions, and schedules from any Sessionize-powered conference using natural language.Last updated63Apache 2.0
- Flicense-qualityCmaintenanceAn MCP server that exposes relational databases (PostgreSQL/MySQL) to AI agents with natural language to SQL query support.Last updated18
- Alicense-qualityDmaintenanceMCP server for TeamDesk databases, enabling CRUD operations, search, and document generation via natural language.Last updated3MIT
Related MCP Connectors
GibsonAI MCP server: manage your databases with natural language
MCP server for generating rough-draft project plans from natural-language prompts.
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
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/zaswear/gamecalendar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server