mcpbeat Sign in

Udacity Commit MCP Server

local only

Udacity Commit runs on your own machine — the client starts it, so there is no endpoint to ping. 233 installs a week from npm. Last commit 10 Sep 2026.

Validate & format git commit messages per the Udacity Git Commit Message Style Guide.

Installs per day peak 503 · avg 27
a month agotoday
233
Installs / week
npm · mcp-udacity-commit
0
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Udacity Commit every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add udacity-commit -- npx -y mcp-udacity-commit
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "udacity-commit": {
      "args": [
        "-y",
        "mcp-udacity-commit"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.udacity-commit]
command = "npx"
args = ["-y", "mcp-udacity-commit"]
.cursor/mcp.json
{
  "mcpServers": {
    "udacity-commit": {
      "args": [
        "-y",
        "mcp-udacity-commit"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "udacity-commit": {
      "args": [
        "-y",
        "mcp-udacity-commit"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Udacity Commit

same job, measured the same way
Paraglide Messages MCP
by whazeted

Validated, sub-agent per-locale translation of Paraglide JS / inlang message-format projects.

41 installs/wk local only
commit-check MCP
by commit-check

Validate commit messages, branch names, author info, push safety, and repo state.

401 installs/wk local only
IAMF Sentinel
by jlivingston-cipher

MCP server for the iamf-sentinel IAMF conformance validator and the iamf-loom packager

87 installs/wk local only
Tolk MCP Server
by oxgeneral

MCP server for the Tolk smart contract compiler. Compile, validate, and explore TON contracts.

local only
Vat
by pipeworx-io

VAT-number format validation MCP (EU + UK/CH/NO).

33 tools answering
Google Docs MCP
by a1-x-tech

MCP server for the Google Docs API: read and edit documents, styles, tables, images, comments.

46 installs/wk local only
Mif Tools
by varun29ankus

Convert, validate, and inspect AI agent memories across formats

63 installs/wk local only
Diffpilot
by bkalafat

MCP server for PR code review, commit messages, changelogs, and secret detection.

local only

Udacity Commit — questions

Answers built from our own checks of this server.

Why is there no uptime for Udacity Commit?
Udacity Commit runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-udacity-commit was installed 233 times last week.
How do I connect Udacity Commit?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-udacity-commit straight from npm; nothing to host, nothing to sign up for.
How many people use Udacity Commit?
The npm package mcp-udacity-commit was installed 233 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Udacity Commit open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.