.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/bradgroux/veritas-kanban
home/mcp-servers/bradgroux/veritas-kanban
bradgroux avatar

veritas-kanban

bybradgroux· 1 MCP server

Stars

797

Forks

97

Category

Product & Project Management

View on GitHub

TL;DR

Lightweight orchestration harness built for your AI agents. The unfiltered truth about where your project stands.

How to install veritas-kanban?

bradgroux/veritas-kanban
$git clone https://github.com/bradgroux/veritas-kanban

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install veritas-kanban by running `git clone https://github.com/bradgroux/veritas-kanban`, then use it for the current task and follow its documentation at https://github.com/bradgroux/veritas-kanban.

Files · 1

View on GitHub
README.md
1<div align="center">
2 
3# ⚖️ Veritas Kanban
4 
5_Veritas in actis — Truth in action._
6 
7**Local-first task management board with optional AI agent orchestration.**
8 
9Start with a visual Kanban board. Add CLI, MCP, OpenClaw, Squad Chat webhooks, workflows, or governance only when you need that layer.
10 
11[![CI](https://github.com/BradGroux/veritas-kanban/actions/workflows/ci.yml/badge.svg)](https://github.com/BradGroux/veritas-kanban/actions/workflows/ci.yml)
12[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
13[![Version](https://img.shields.io/badge/version-5.2.4-blue.svg)](CHANGELOG.md)
14[![TypeScript](https://img.shields.io/badge/TypeScript-6.0-blue.svg)](https://www.typescriptlang.org/)
15[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)
16 
17![Veritas Kanban v5 board, workflow, and audit tour](docs/assets/v5/v5-board-to-workflow.gif)
18 
19> 🎬 [Watch the full demo video](https://bradgroux.github.io/veritas-kanban/demo/)
20 
21⭐ **If you find this useful, star the repo — it helps others discover it!**
22 
23[Quickstart](#-quickstart) · [Features](#-feature-highlights) · [Why VK](#-why-veritas-kanban) · [All Features](docs/FEATURES.md) · [Docs](docs/) · [Troubleshooting](docs/TROUBLESHOOTING.md) · [API](#-api-versioning) · [Agent Setup](#-optional-agent-integration) · [MCP Server](#-mcp-server) · [Contributing](CONTRIBUTING.md) · [Changelog](CHANGELOG.md)
24 
25</div>
26 
27---
28 
29Created by **Brad Groux** — CEO of [Digital Meld](https://digitalmeld.io), and host of the [Start Small, Think Big](https://podcasts.apple.com/us/podcast/start-small-think-big-a-podcast-and-newsletter/id1802232903) podcast · [LinkedIn](https://www.linkedin.com/in/bradgroux/) · [Twitter](https://twitter.com/BradGroux) · [YouTube](https://www.youtube.com/bradgroux)
30 
31---
32 
33## ⚡ Quickstart
34 
35Start with the local board. OpenClaw, MCP, Squad Chat webhooks, notifications, workflows, and governance gates are optional layers you can turn on later. See [Setup Paths](docs/SETUP-PATHS.md) for the board-only, CLI, MCP, OpenClaw, and self-hosted paths.
36 
37Want to take the easy way out? Ask your agent:
38 
39```
40Clone and set up veritas-kanban locally using the board-only setup path first. Install dependencies with pnpm, copy server/.env.example to server/.env, and start the dev server. Verify the UI at localhost:3000 and the API health endpoint at localhost:3001/api/health. Do not configure OpenClaw, MCP, Squad Chat webhooks, workflows, or notifications unless I explicitly ask for that layer.
41```
42 
43Want to do it yourself? Get up and running in under 5 minutes:
44 
45For the packaged Mac desktop app:
46 
47```bash
48brew tap BradGroux/tap
49brew install --cask veritas-kanban
50```
51 
52For local source development:
53 
54```bash
55git clone https://github.com/BradGroux/veritas-kanban.git
56cd veritas-kanban
57pnpm install
58cp server/.env.example server/.env # Edit to change VERITAS_ADMIN_KEY
59pnpm dev
60```
61 
62Open [http://localhost:3000](http://localhost:3000) for source runs, or install
63the signed/notarized Mac app with
64`brew tap BradGroux/tap && brew install --cask veritas-kanban`. The board
65auto-seeds with example tasks on first run so you can explore right away.
66 
67A working board means the UI loads and `http://localhost:3001/api/health` returns healthy. Agent-ready and external wake/delivery-ready are separate setup levels; use [Setup Paths](docs/SETUP-PATHS.md#readiness-levels) before adding those layers.
68 
69**Do not configure these on day one unless you already know you need them:**
70 
71- OpenClaw gateway or browser relay
72- MCP write access
73- Squad Chat webhook or external wake behavior
74- Notification delivery channels
75- Workflow gates or governance policies
76 
77When the board is working, use [Setup Paths](docs/SETUP-PATHS.md) to choose the next layer and run the read/write smoke checks before handing the board to an assistant.
78 
79> **Want a clean slate?** Delete the example tasks: `rm tasks/active/task_example_*.md` and refresh.
80> **Want to re-seed?** Run `pnpm seed` to restore the e

Preview

bradgroux/veritas-kanbanbradgroux/veritas-kanban
Repobradgroux/veritas-kanban
TypeMCP Servers
CategoryProduct & Project Management
UpdatedJul 2026
LicenseMIT
First seenJul 26, 2026

Tags

MCP

Related

6 picks
Type
  1. pagerduty avatarpagerduty-mcp-serverPagerDuty's official MCP server which provides tools to interact with your PagerDuty account.MCP ServersJul 2026118k74
  2. taazkareem avatarclickup-mcp-serverClickUp MCP Server - Powering AI Agents with full ClickUp task, document, and chat management capabilities.MCP ServersJul 202694k49
  3. growthbook avatargrowthbook-mcpMCP Server for interacting with GrowthBookMCP ServersJul 202632k24
  4. delorenj avatarmcp-server-trelloMCP server for Trello boards with rate limiting, type safety, and comprehensive API integration.MCP ServersJul 202631k428
  5. mohitagw15856 avatarpm-claude-skills822 professional Agent Skills for Claude, ChatGPT, Gemini, Cursor & Codex — decode a lease, write a PRD, run the AGM, prep the D&D session, practice the salary negotiation. Plain-markdown, MIT, in Anthropic's official plugin directory.MCP ServersJul 202613k1.2k
  6. iceener avatarlinear-streamable-mcp-serverLinear MCP Server with Streamable HTTP and OAuth2.1 supportMCP ServersJul 20264.4k70