Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Engineering Board
E
Health: ActiveRecent health check succeeded.Last checked 8/11/2026, 12:00:40 AM

Engineering Board

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Repository-owned engineering pattern intelligence - 17 MCP tools over stdio.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "engineering-board": {
      "command": "uvx",
      "args": [
        "engineering-board-mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Engineering Board logomark

Engineering Board

Repository pattern memory that helps an engineering agent find a root cause.

The board is the database.

Website License: MIT Version tests Claude Code plugin MCP GitHub stars Last release

Three synthetic findings connect to cluster C001 and one proposed root-cause hypothesis.

Run /board-demo to make this synthetic example.

The Milestone B validation shows stable pattern P001 and cluster c-a4609c958c398d90.

This visual shows real deterministic fixture output for the pattern pipeline.

The Milestone C validation shows cluster rank, hypothesis states, and negative memory.

This visual shows real deterministic fixture output for root-cause memory.

The Milestone D validation shows context retrieval, explicit fix outcomes, and outcome-aware Learning confidence.

This visual shows the tested context-to-outcome memory loop.

The repository board has search, filters, and four Kanban columns.

This repository uses its own Engineering Board.

Product description

Engineering Board is a repository-owned pattern-intelligence system for engineering agents.

The system records bugs, features, questions, and observations as Markdown evidence. It connects recurring findings in a deterministic graph.

The graph helps an agent investigate a shared cause across different domains. This method reduces repeated corrections of individual symptoms.

Markdown is the canonical record. A pull request can show each change to this record.

BOARD.md, GRAPH.yml, JSON analysis, and HTML are derived views. The system can build these views again from the canonical record.

A hypothesis is separate from a deterministic graph fact. Only investigation evidence or fix evidence can confirm a hypothesis.

The optional tdd β†’ review β†’ validate loop can test a fix. This loop supports the pattern memory, but it does not define the product.

Milestone C adds:

  • A transparent investigation score from 0 through 100
  • A durable H### hypothesis lifecycle
  • Negative memory for a rejected claim.

Each score component is visible. A score does not prove that a cause is true.

Milestone D puts this memory in the agent's decision path:

  • board_context retrieves relevant clusters, hypotheses, negative memory, and Learnings before the agent selects a fix.
  • Each result shows a stable title, a typed summary of at most 2,000 characters, the epistemic state, structural signals, score components, match reason, and canonical sources.
  • board_outcomes records an explicit fix result against an H### hypothesis.
  • Structured outcomes update Learning state and confidence through a separate preview and apply operation.
  • A derived value report counts verified reuse and systemic fix evidence. It does not count prompts, sessions, or other activity.

Milestone D.1 adds a repository-only evaluation harness and eight sanitized cases. The default contract prepares 24 isolated baseline/context pairs for a Codex reference run. Other clients can run as optional replications without changing the product gate. Protocol and package tests establish supported client surfaces without requiring provider accounts. The first Codex run scored 100 percent in both positive baseline and context arms, so the corpus was retained as a non-scored calibration set. A separate locked evidence corpus excludes declared scoring oracles and requires rejected memory in its lexical-decoy contexts. Its reference run scored 100 percent for context and 83.33 percent for baseline. The 16.67-point difference did not meet the required 25-point improvement. The project does not claim that the context improves agent diagnoses.

The unlocked version 4 proposal now limits each positive case to one visible current incident. It also requires a positive classification to connect that incident to prior repository evidence. A non-scored proposal preflight found that v1.11.0 ranks the expected memory but does not include the memory title, cause, or summary in the returned result. Context contract version 2 now returns that bounded canonical content with its separate epistemic state, match reason, and sources. The proposal remains unlocked. Run a new non-scored preflight before the product owner reviews an exact version 4 baseline. See evaluation/README.md for the proof boundary and operator commands.

Product differences

Some Git boards show visible state but have little analysis. Some memory systems have useful analysis but keep the source outside the repository.

Engineering Board combines these properties:

  • Repository evidence that a pull request can review
  • A cross-domain pattern graph with evidence links
  • H### records with alternatives and falsifiers
  • Negative memory for rejected claims
  • Atomic claims for parallel agents
  • Passive capture
  • A Claude Code plugin
  • An MCP server.

Native Claude Code Tasks and Engineering Board have different purposes.

Native Tasks store personal task state in ~/.claude/tasks/. This state is not part of a project pull request.

Engineering Board stores shared project memory in the repository. Use Native Tasks for temporary personal work. Use Engineering Board for durable project knowledge.

Install the Claude Code plugin

Add the repository marketplace:

text
/plugin marketplace add GhostlyGawd/engineering-board

Install the plugin:

text
/plugin install engineering-board

Set up a board:

text
/board-setup

/board-setup creates the board structure. It also checks the required permissions.

Run the contained demonstration:

text
/board-demo

The command creates a synthetic run in .engineering-board/demo/pattern-intelligence/.

The command connects three findings from different domains. It then requests one hypothesis that cites the evidence.

The hypothesis has status: proposed. It includes an alternative explanation and a falsifier.

The report gives an exact cleanup command. The cleanup operation preserves a changed run.

For explicit setup values, use:

text
/board-init <project> [affects-prefix]
/board-install-permissions

Use the pattern-memory workflow

  1. Work in Claude Code.
  2. Let SessionStart and UserPromptSubmit retrieve relevant systemic memory.
  3. Run /board-context <project> when you want the same bounded brief explicitly.
  4. Read the memory title, typed summary, epistemic state, match reason, and sources. Inspect the cited canonical record before you rely on a proposed cause.
  5. Let the Stop hook capture a finding in engineering-board/<project>/_sessions/.
  6. Run /board-promote to preview canonical changes.
  7. Apply the unchanged promotion plan after you review it.
  8. Run /board-insights <project> when you need the complete ranked investigation view.
  9. Run /board-hypothesis <project> propose to preview an H### record.
  10. Review the evidence, alternative, counter-evidence, confidence basis, and falsifier.
  11. Apply the unchanged hypothesis plan.
  12. After verification, run /board-outcome <project> preview ....
  13. Apply the unchanged outcome plan. Review and apply each returned Learning plan separately.

An outcome records held, failed, partial, or inconclusive. It can confirm, weaken, reject, or leave a hypothesis unchanged only through a compatible explicit disposition.

Use /pm-start only for advanced batch promotion. Use the optional Worker loop only when you want to test a selected fix.

Use one session mode

/pm-start and /worker-start set .engineering-board/session-mode.json.

A session can have one mode. Start a new session to change the mode.

On Claude Code web, each session uses a new clone. On a local installation, the mode file stays on disk.

To return to passive capture:

  1. Start a new session.
  2. Read the SessionStart message.
  3. If a mode remains, delete .engineering-board/session-mode.json.

Register the MCP server

Register the PyPI package with the Claude Code command-line interface (CLI):

Terminal
claude mcp add engineering-board -- uvx engineering-board-mcp

To run the server from a clone:

sh
git clone https://github.com/GhostlyGawd/engineering-board
claude mcp add engineering-board -- python3 "$(pwd)/engineering-board/mcp-server/engineering_board_mcp.py"

For Claude Desktop, add this object to claude_desktop_config.json:

config.json
{
  "mcpServers": {
    "engineering-board": {
      "command": "uvx",
      "args": ["engineering-board-mcp"]
    }
  }
}

mcp-server/README.md also contains setup procedures for Codex CLI, Gemini CLI, and Cursor.

The plugin registers the same server through .mcp.json.

Product surfaces

The plugin has four session modes:

ModeStart methodStop action
PassiveDefaultRun finding-extractor
Paused/board-pauseDo not capture a finding
PM/pm-startRun the four PM agents
Worker/worker-start --discipline <tdd|review|validate>Claim and process one entry

The canonical Stop procedure is hooks/stop-hook-procedure.md.

Commands (21): /board-setup, /board-demo, /board-context, /board-outcome, /board-promote, /board-pattern, /board-insights, /board-hypothesis, /board-run, /board-init, /board-rebuild, /board-graph, /board-view, /board-remember, /board-pause, /board-resume, /pm-start, /worker-start, /board-install-permissions, /board-claim-release, and /board-migrate.

Agents (8): board-manager, finding-extractor, consolidator, tidier, learnings-curator, tdd-builder, code-reviewer, and validator.

Skills (5): board-intake, board-triage, board-resolve, board-consolidate, and board-insights.

Hooks (4 events): SessionStart, PostToolUse(Write), UserPromptSubmit, and Stop.

The MCP server has 19 tools. All tools use the same canonical Markdown and the same deterministic core.

ToolFunction
board_initCreate a project board
board_list_projectsList router projects
board_create_entryCreate a valid entry
board_list_entriesList and filter entries
board_get_entryGet one entry
board_update_entryChange one entry
board_graphBuild the deterministic graph
board_contextRetrieve bounded and explainable systemic memory
board_insightsRank clusters and return linked evidence
board_hypothesesList, preview, or apply H### operations
board_outcomesPreview or apply fix outcomes and Learning feedback
board_patternsList, preview, or apply P### operations
board_promote_findingsPreview or apply scratch promotion
board_rebuildBuild BOARD.md again
board_capture_findingAdd a finding to the scratch inbox
board_claimAcquire an entry claim
board_releaseRelease an entry claim
board_rememberSave a learning
board_statusShow board state and ready work

Architecture boundary

Canonical cards, hypotheses, Learnings, and BOARD-ROUTER.md use Markdown. Derived views include BOARD.md, GRAPH.yml, context briefs, value reports, JSON, and HTML.

The product does not require SQLite. A future SQLite index must be disposable and rebuildable. Measured query requirements must justify it.

The runtime uses Claude Code, bash, and python3. It has no runtime package dependency.

Read ARCHITECTURE.md for the full system map.

Roadmap boundary

Milestone D ships in v1.11.0.

The cross-session Conductor remains a draft RFC. /board-run <entry-id> ships only the single-session inner loop.

Cross-repository intelligence, hosted services, and a required database remain outside the current product boundary.

docs/PRODUCT_EVOLUTION_SPEC.md is the authoritative product-direction source.

Contribute

Run the complete test suite:

sh
bash tests/run-all.sh

The run-all command uses the maintained suite list. Read CONTRIBUTING.md before you change the repository.

Support

  • Use GitHub Discussions for questions.
  • Use GitHub Issues for bugs and features.
  • Use GitHub Security Advisories for a vulnerability.
  • Use the live board for current project work.
  • Use GitHub Sponsors to support the project.

GhostlyGawd maintains this open-source project.

License

The project uses the MIT License.

Language status

The owner approved the current controlled-English text. The project does not claim formal ASD-STE100 compliance, certification, or independent review.

Related MCP Servers

View all in Developer Tools View all alternatives
  • World Monitor logoWorld Monitor

    Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

    πŸ’» Developer Tools1 views
    Compare vs World Monitor β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • W
    Windows MCP

    An MCP Server for computer-use in Windows OS

    πŸ’» Developer Tools1 views
    Compare vs Windows MCP β†’

Frequently Asked Questions about Engineering Board

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "engineering-board": { "command": "npx", "args": ["-y", "engineering-board"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewEngineering Board AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/engineering-board?style=directory)](https://allmcps.com/mcp/engineering-board)
HTML Embed
<a href="https://allmcps.com/mcp/engineering-board"><img src="https://allmcps.com/api/badge/engineering-board?style=directory" alt="Engineering Board on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
5/5 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commitToday
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 10, 2026
39Quality signal: Fair Β· 39/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools15/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Engineering Board β†’Install in Claude DesktopInstall in CursorInstall in VS Code