Skip to main content
Glama

BothyBoard

Eine Bothy für Menschen und Agenten: ein gemeinsames Aufgabenbrett, ein DAG der Arbeit und ein MCP-Server, damit Code-Agenten Arbeiten aufnehmen, parken und übergeben können.

MIT-lizenziert. Aufgebaut als pnpm + Turborepo-Monorepo (apps/web konsumiert packages/*).

Stack

  • Node 24 LTS, pnpm 11, Turbo

  • TanStack Start + React 19 + Nitro (Vercel)

  • Postgres (Neon in Produktion, PGLite in der lokalen Vorschau)

  • Better Auth, MCP über HTTP, persönliche Zugriffstokens

Related MCP server: coordinaut

Setup

pnpm install
pnpm dev

Erfordert pnpm (standalone, nicht Corepack). Node >=24.

Skript

Zweck

pnpm dev

Live-App auf Port 8080

pnpm build

Produktions-Vercel-Ausgabe

pnpm typecheck

tsc --build im gesamten Workspace

pnpm lint

Biome

pnpm knip

Nicht verwendete Exporte / Abhängigkeiten

Lass DATABASE_URL lokal nicht gesetzt (PGLite). Auf Vercel setze DATABASE_URL und führe pnpm run db:migrate als Teil des Builds aus.

Layout

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

MCP-Tools sind bothy-board.*. Schlüssel sind bb_live_ / bb_pat_.

License

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