boardagent-mcp
BoardAgent
Un gestor de tareas que vive en tu ordenador — para ti y tus agentes de IA. Interfaz de terminal, API REST, servidor MCP. Gratuito, local, sin nube.
Instalación (Windows)
Necesitas los ejecutables precompilados. Hay dos formas de obtenerlos:
Opción A — usar los binarios de la versión (la más fácil):
Descarga la última versión desde GitHub → descomprime → haz doble clic en INSTALL.bat.
Eso es todo. Copia los programas, configura el inicio automático, instala un vigilante
y añade la aplicación a tu PATH.
Opción B — compilarlos tú mismo: Requiere Python 3.10+.
pip install -e . # installs the 3 CLI commands
python scripts/build_exes.py # builds boardagent.exe, boardagent-server.exe, boardagent-mcp.exe into dist/Luego ejecuta INSTALL.bat.
Related MCP server: pith
Ejecutar
Windows (después de INSTALL.bat): haz doble clic en boardagent.exe (o escribe
boardagent en una terminal). El servidor en segundo plano se inicia automáticamente al iniciar sesión.
En cualquier lugar (desde el código fuente):
boardagent-server # terminal 1 — the background service
boardagent # terminal 2 — the task board UIConsejos para la primera vez:
Pulsa
cpara crear una tarea,apara el modo IA,qpara salir.Totalmente orientado al teclado: las flechas mueven, la barra espaciadora selecciona/abre, Enter activa.
Pestaña de ajustes: tema, opacidad, claves de API, atajos de teclado.
Deja que un agente de IA use el tablero
Apunta tu host MCP (Claude Desktop, Cursor, Hermes) a boardagent-mcp:
{
"mcpServers": {
"boardagent": { "command": "C:\\path\\to\\boardagent-mcp.exe" }
}
}Crea una clave de API en Ajustes → Claves de API para cualquier otra cosa.
Cómo funciona
API REST — fuente de verdad,
http://127.0.0.1:7373.Servidor MCP — adaptador ligero sobre la misma capa de servicio.
TUI Textual — la aplicación que ves, habla con el servicio a través de localhost.
Los datos viven en
~/.boardagent/boardagent.db(SQLite). Todo local.
Documentación
Para humanos:
docs/human/— introducción, configuración de MCP, temas, empaquetado.Para agentes de IA:
docs/agent/— referencias REST + MCP optimizadas para tokens.Decisiones de ingeniería:
DECISIONS.md.
Desarrollo
python -m pytest
python scripts/generate_agent_docs.py # needs the server running
python scripts/build_exes.py # Windows exes into dist/Licencia
MIT — consulta LICENSE.
This 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.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP server for the Google Tasks API that enables AI agents to read, create, update, delete, and manage Google Tasks.280MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for task management that enables AI agents to read, create, update tasks, and track work sessions, allowing agents and humans to collaborate on the same task board.27MIT
- FlicenseNot gradedqualityCmaintenanceExposes task management (add, list, complete tasks) and document search (RAG) as MCP tools for AI agents.
- FlicenseAqualityCmaintenanceMCP server enabling AI agents to create, update, search, assign, and complete tasks on TaskLogger.io via the TaskLogger REST API, with secure local credential management and token persistence.17
Related MCP Connectors
Project management MCP for AI agents with safe task reads and writes.
Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
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/0xAngel-Sec/boardagent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server