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.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • 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 BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs 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 BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”„ Version Control
  3. Unwritten
Unwritten logo
Health: ActiveRecent health check succeeded.Last checked 9/22/2026, 1:32:27 PM

Unwritten

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
gitcode-analysisdeveloper-toolsdotnet

Detects files and C# members likely missed by comparing edits with patterns in Git history.

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.

One-click editor setup isn’t available for this listing yet β€” we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself β€” its README, its docs, or a verified owner. We haven’t found those for Unwritten, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing AlternativesπŸ”„ More in Version Control

Overview

Unwritten MCP server compares the files or C# members changed in a repository with historical co-change patterns to identify likely omissions. It builds and maintains an index in `.unwritten/`, then exposes hole checks through MCP or the CLI, with confidence scores and example commits. Reach for it when an AI coding agent or developer needs to catch related tests, files, or members that were probably overlooked; the tool requires .NET SDK 10 or newer.

Use cases

β€’Check edits for missing companion files
β€’Detect omitted C# members after a change
β€’Block commits when high-confidence holes remain
β€’Review Git co-change patterns with index statistics

Key features

β€’Git-history-based hole detection
β€’File-level checks across programming languages
β€’C# member-level analysis
β€’Confidence scores with example commits
β€’MCP and CLI operation
β€’Git and Claude Code hook installation

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Unwritten.

Extracted Tool Capabilities
Git-history-based hole detection
File-level checks across programming languages
C# member-level analysis
Confidence scores with example commits
MCP and CLI operation
Git and Claude Code hook installation

How Unwritten works

What Unwritten MCP server does

Unwritten analyzes Git history to find files that commonly change together. When an edit changes one member of a known relationship but leaves another untouched, it reports the missing item as a possible hole. Each result includes a confidence score and example commits that support the relationship, helping a developer decide whether the omission is intentional.

File-level detection works across repositories written in any language, including Python, TypeScript, Go, C#, and mixed-language projects. C# repositories receive additional method-level rules and filtering for cosmetic edits. JSON files receive key-level noise filtering.

The Unwritten MCP server is intended for coding agents that need to inspect their own changes during a session. It also supports command-line checks that can run before commits.

How it works

The tool learns co-change relationships from the repository's Git history. Its index records how often related files or members have changed together. A check compares the current edit with those learned relationships and reports companions that are absent. Results include the observed co-change confidence and commit examples rather than only naming a suspected file.

The index is stored in the repository's .unwritten/ directory. Commands build the index automatically on first use and keep it current. Running reindex can warm the index before the first query. A configured threshold can cause a check to fail when a hole reaches the selected confidence level; the example uses a threshold of 0.70.

Setup and configuration

Running Unwritten requires the .NET SDK version 10 or newer. From the repository root, the README documents this command to build or refresh the index:

bash
dotnet tool execute Unwritten --yes -- reindex

To register the MCP server with Claude Code, use:

Terminal
claude mcp add unwritten -- dotnet tool execute Unwritten --yes -- mcp

The project also documents a setup command for a Git pre-commit hook and a Claude Code Stop hook:

bash
dotnet tool execute Unwritten --yes -- install-hook --git --claude-code

The provided material points to a separate configuration reference in the project documentation, but does not include its configuration fields here.

Tools and capabilities

The documented MCP capability is check_holes, which an agent can call after editing. CLI functionality includes index rebuilding, checking for holes, displaying index statistics, and installing hooks. Checks can identify missing companion files and, where supported, C# members. The reported resolution paths include updating the companion, committing despite the warning, or muting a rule.

Limitations and notes

Unwritten does not require a server process, subscription, or API tokens according to the README. Its runtime dependency is the .NET SDK, even when the analyzed repository uses another programming language. The supplied material documents registration for Claude Code; it does not establish compatibility with Claude Desktop, Cursor, Windsurf, or Cline.

Detection depends on patterns present in Git history, so a repository with limited or unrepresentative history may provide fewer useful relationships. A reported hole is a warning based on co-change evidence, not proof that the omitted file or member must be edited. The README also identifies additional behavior and unfinished areas in the linked documentation, but those details are not included in the supplied excerpt.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Version Control View all alternatives
  • Repowise logoRepowise

    Codebase intelligence for AI coding agents. Indexes a repo into a dependency graph, git history, defect-risk code health, auto-generated docs, and architectural decisions, served as 9 task-shaped MCP tools across 15 languages. Runs 100% local; hosted option available.

    πŸ”„ Version Control2 views
    Compare vs Repowise β†’
  • Git MCP logoGit MCP

    gitmcp.io is a generic remote MCP server to connect to ANY GitHub repository or project for documentation

    πŸ”„ Version Control5 views
    Compare vs Git MCP β†’
  • Github MCP Server logoGithub MCP Server
    Verified

    Official GitHub server for integration with repository management, PRs, issues, and more.

    πŸ”„ Version Control6 views
    Compare vs Github MCP Server β†’
  • Git Context MCP logoGit Context MCP

    Answers "why does this code exist?" by tracing any line back through the commit, GitHub PR description, and linked issues. Five tools: blame context, commit story, file history, commit search, and file contributors. npx git-context-mcp

    πŸ”„ Version Control1 views
    Compare vs Git Context MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
1
Stargazers on the source repository.
Last commit
1mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Unwritten

Install or run it through the .NET tool command `dotnet tool execute Unwritten --yes -- mcp`; the README requires .NET SDK 10 or newer.

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 PreviewUnwritten AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/unwritten?style=directory)](https://allmcps.com/mcp/unwritten)
HTML Embed
<a href="https://allmcps.com/mcp/unwritten"><img src="https://allmcps.com/api/badge/unwritten?style=directory" alt="Unwritten on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”„Version Control
PricingFree
More technical detailsExpand β–Ύ
AuthNo auth required
LicenseMIT
Last updatedSep 7, 2026
8/9 checks healthy over the last 46d
Views3
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 stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 7, 2026
35Quality signal: Fair Β· 35/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 & tools13/30
Adoption & activity3/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.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge 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 πŸ”„ Version Control β†’Best MCP servers for Git & Version Control β†’Alternatives to Unwritten β†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients