gh-board-mcp
gh-board-mcp
Servidor MCP para gestionar GitHub Projects v2 como un tablero kanban personal. Crea actividades (elementos borrador), muévelas entre columnas, rastrea prioridades — sin vincular a issues reales.
Requisitos
Node.js >= 18
Un Token de Acceso Personal de GitHub con el ámbito project (granular: Projects lectura/escritura)
Related MCP server: GitHub Projects MCP Server
Uso
GITHUB_TOKEN=ghp_xxx npx gh-board-mcpConfigúralo en tu cliente MCP (por ejemplo, Claude Code):
claude mcp add gh-board-mcp -- env GITHUB_TOKEN=ghp_xxx npx gh-board-mcpHerramientas
Herramienta | Descripción |
| Lista tus tableros de GitHub Projects v2 |
| Crea un nuevo tablero (campos predeterminados: Estado + Prioridad) |
| Lista actividades (elementos borrador), filtra por estado/prioridad |
| Crea una actividad con estado/prioridad opcionales |
| Mueve una actividad a otro estado (y establece prioridad) |
| Edita el título/descripción de una actividad |
| Elimina una actividad |
Estado y Prioridad
create_projectcrea un nuevo tablero con Estado = Por Hacer / En Progreso / Hecho y Prioridad = Urgente / Alta / Media / Baja.Los tableros creados a partir de una plantilla de GitHub mantienen sus propias opciones de Estado/Prioridad — pasa valores que existan en el tablero.
create_activity,move_activityylist_activitiesinforman las opciones válidas cuando se proporciona un valor desconocido.Las columnas personalizadas no son compatibles a través de la API (configúralas en la interfaz de GitHub).
Notas
Límite de lectura:
list_activitiesylist_projectsleen hasta 100 elementos/proyectos en una sola llamada; los tableros más grandes se truncan.Consistencia eventual: Las escrituras en GitHub Projects v2 pueden tardar un momento en aparecer en las lecturas — un
list_activitiesinmediatamente después decreate_activitypuede omitir brevemente el nuevo elemento.Creación no atómica:
create_activityvalida las opciones de estado/prioridad antes de crear, por lo que una opción incorrecta no deja nada atrás; un error de red transitorio durante la creación puede dejar un borrador sin sus valores de campo.
Desarrollo
npm install
npm test
npm run build
npm run devLicencia
MIT
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
- AlicenseCqualityCmaintenanceProvides comprehensive tools for managing GitHub projects, milestones, tasks, and sprints. This server integrates deeply with GitHub Projects V2, offering features like automated kanban workflows, sprint planning, and custom field management.849694MIT
- Alicense-qualityDmaintenanceEnables users to interact with GitHub's Projects v2 API through natural language for Agile project management, supporting repository details, issue tracking, and project board management operations.35GPL 2.0
- Alicense-qualityDmaintenanceEnables management of GitHub projects and issues using GitHub's GraphQL API. Supports creating/updating issues with images, managing labels and assignees, organizing ProjectsV2 boards, and updating project item statuses.2MIT
- Alicense-qualityCmaintenanceEnables managing GitHub Project views, priorities, dependencies, and metrics through natural language.1MIT
Related MCP Connectors
Shortcut project management. Create, update, search stories and manage workflows.
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.
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/romeldev/gh-board-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server