Skip to main content
Glama

BothyBoard

Un bothy para humanos y agentes: un tablero de tareas compartido, un DAG de trabajo y un servidor MCP para que los agentes de codificación puedan recoger, aparcar y entregar trabajo.

Licencia MIT. Construido como un monorepo pnpm + Turborepo (apps/web consume packages/*).

Stack

  • Node 24 LTS, pnpm 11, Turbo

  • TanStack Start + React 19 + Nitro (Vercel)

  • Postgres (Neon en producción, PGLite en vista previa local)

  • Better Auth, MCP sobre HTTP, tokens de acceso personal

Related MCP server: coordinaut

Configuración

pnpm install
pnpm dev

Requiere pnpm (independiente, no Corepack). Node >=24.

Script

Propósito

pnpm dev

Aplicación en vivo en el puerto 8080

pnpm build

Salida de producción para Vercel

pnpm typecheck

tsc --build en todo el workspace

pnpm lint

Biome

pnpm knip

Exportaciones / dependencias sin usar

Deja DATABASE_URL sin definir localmente (PGLite). En Vercel, define DATABASE_URL y ejecuta pnpm run db:migrate como parte del build.

Estructura

apps/web          # TanStack Start app
packages/core     # Domain: tasks, MCP, rate limits, trash
packages/db       # Dual Neon / PGLite client
packages/ui       # Shared UI primitives
packages/typescript-config

Las herramientas MCP son bothy-board.*. Las claves son bb_live_ / bb_pat_.

Licencia

MIT © 2026 Simnova

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

Related MCP Connectors

  • Coding agents from Claude Code, Cursor and Codex claim jobs and lock files on one shared board.

  • Durable agent-to-agent handoffs and shared scratchpad for multi-agent workflows.

  • One shared brain for your AI coding agents: team memory, agent Q&A, tasks, and file claims.

View all MCP Connectors

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/simnova/bothy-board'

If you have feedback or need assistance with the MCP directory API, please join our Discord server