mcpbeat Sign in

Unwritten MCP Server

local only

Unwritten runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 7 Aug 2026.

Catches files and C# members you forgot to change, learned from your repo's git history

Installs / week
not published
1
Stars
0 open issues
7 Aug 2026
Last commit
from GitHub
MIT
License
C#

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/Unwritten.Git/GitCatFileBatch.cs:36
            _process = Process.Start(startInfo) ?? throw new GitException("Failed to start git cat-file.");

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Unwritten

same job, measured the same way
Human Survey
by sunsiyuan

Self-reported attribution: which channel and which creator your users first heard you from.

97 installs/wk local only
Dig
by nakishiyaman

MCP server for code archaeology: git blame, file history, contributors, and co-change analysis

82 installs/wk local only
Breezedeploy
by przemekzur

Deploy a local folder, git repo, or Docker image to a live HTTPS URL from your AI chat.

236 installs/wk local only
Github Gist
by ofershap

MCP server to create, read, update, list, and search GitHub Gists from your IDE

38 installs/wk local only
Git Summary
by yifanyifan897645

Git repo intelligence: summaries, blame, changelogs, branch health, and history search

80 installs/wk local only
A
Optibot
by getoptimal

AI code review for your AI assistant — review local changes, branch diffs, and patch files.

54 installs/wk local only
C
LLMnesia
by llmnesia

Search your AI chat history from Claude, Cursor, Codex, and other MCP clients.

214 installs/wk local only
MoodleMCP
by moodlemcp

Connect your Moodle to AI assistants: courses, content, grading and reports from the chat.

answering

Unwritten — questions

Answers built from our own checks of this server.

Why is there no uptime for Unwritten?
Unwritten runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Unwritten open source?
Yes — it is published under the MIT licence, written in C# and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.