Repositories

15 public repositories, grouped by what they are for. Every one was checked signed out, so each link resolves for you exactly as it resolves for me.

There are no star counts or activity badges on this page. They drift within days and nothing here re-derives them, so publishing them would mean publishing something that quietly stops being true. The counts that are published live on the record, where CI recomputes them against the GitHub API and a claim that fails breaks the build.

This is not the main body of the work. The build-audit-publish pipelines I build and operate are private, so they cannot be listed here as artifacts — they are described as capability on pipelines. What follows is the part you can read, clone and run, which is why it is worth showing even though it is the smaller half.

MCP server assessment

Where the pipeline work started. These are the public halves of a private production system — the research build that proved the approach, and the management surface built on the same foundation.

  • An expanded build of the MCP Inspector that adds an automated assessment pass over a server: it exercises every declared tool, checks the declarations against observed behaviour, and reports what it found rather than only giving you a console to poke at.

    Derived from modelcontextprotocol/inspector.

    Archived — it was the research phase, and the experiment returned a negative result. Still published to npm as @bryan-thompson/inspector-assessment and still runnable against your own server.

    What it found, and why it stopped

  • mcp-dashboardTypeScript

    A management and monitoring interface for running several MCP servers at once: connection state, tool inventories, and request inspection across servers in one view.

    Built on the same Inspector foundation as inspector-assessment.

MCP servers

Servers written to be consumed by a model rather than by a person — which mostly means the interesting decisions are about tool surface and failure behaviour, not features.

  • Exposes a local or hosted Ollama instance over MCP, so models served outside the provider APIs can be driven through the same tool interface as everything else.

  • A knowledge-graph memory server — entities, relations and observations that persist across sessions instead of living only in a context window.

    Derived from the upstream memory MCP server.

  • Redis-backed response caching and key-value operations over MCP. Small on purpose: it exists so repeated identical model calls stop costing anything.

  • Generates n8n workflow definitions from a natural-language description of the workflow.

  • Command-line execution on Windows over MCP, written because the available servers broke on the character handling that real Windows shells require.

  • snap-happy-mcpTypeScript

    Screenshot capture over MCP, extended to work under Windows and WSL2.

    Derived from the upstream snap-happy server.

Developer tooling

Tools built for a working session rather than for distribution. They are here because they are real and readable, not because they are polished.

  • agentgenPython

    A management and deployment system for Claude Code agents — a central definition store with installation into individual projects.

  • speak-appPython

    A single `speak` command that routes text to whichever TTS provider is available, so long-running builds and agent sessions can talk back without wiring up a provider each time.

  • An experimental REST wrapper around the Claude Code CLI, written to compare model behaviour across configurations. Labelled experimental because it is.

  • Makes an exported Claude conversation history searchable — indexing and retrieval over transcripts that are otherwise a directory of JSON.

  • A multi-agent pass over a GitHub repository that produces documentation from the source, splitting the work across agents by document type.

  • VectorCodeLensJavaScript

    Vector-embedding search over a codebase, exposed through MCP so a model can ask questions of a repository it has not read.

  • Search and result grouping for the Jellyfin web client. Unrelated to the MCP work — included because it is a real, readable contribution to something people use.

What is not on this list

Four repositories the previous version of this site linked are unreachable for everyone — they were checked signed out and return 404, so listing them would only waste your time. Three others are forks carrying no work of mine worth a line. The consultancy-era repositories — authentication and payment boilerplates, a resume product, client data automation — predate this work and were removed rather than relabelled.

Full list at github.com/bryankthompson. Verified signed out on 2026-08-12.