mcpbeat Sign in

RepoContext MCP Server

local only

RepoContext runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 16 Sep 2026.

Read-only, commit-pinned repository context for coding agents.

Installs / week
npm · @shmindmaster/repocontext
0
Stars
2 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check RepoContext 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 repocontext -- npx -y @shmindmaster/repocontext
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "repocontext": {
      "args": [
        "-y",
        "@shmindmaster/repocontext"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.repocontext]
command = "npx"
args = ["-y", "@shmindmaster/repocontext"]
.cursor/mcp.json
{
  "mcpServers": {
    "repocontext": {
      "args": [
        "-y",
        "@shmindmaster/repocontext"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "repocontext": {
      "args": [
        "-y",
        "@shmindmaster/repocontext"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: REPOCONTEXT_REGISTRY (Path to a registry created by repocontext init.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to RepoContext

same job, measured the same way
Sippion
by sitten-tokyo

Local read-only repository context retrieval for AI coding agents.

local only
LeanToken
by morluto

Token-bounded repository context for coding agents over MCP.

local only
Instagit
by instagitai

MCP server for Instagit — AI-powered Git repository analysis for coding agents

38 installs/wk local only
Oxcode
by snowmead

PageRank-curated code intelligence for coding agents over an indexed source repository.

42 installs/wk local only
MCP Github
by infoinlet-marketplace

GitHub for AI agents — repos, files, code search, issues, PRs, commits. Read-only default.

26 installs/wk local only
Ghostlink
by bgorzelic

Sandboxed repo access for coding agents: search, read, patch, run, git -- confined to a repo root.

local only
Agent Memory MCP
by ipiton

Memory, docs, and repo context layer for engineering agents.

local only
Kin
by kinlab

A graph-native code repository for people and AI agents.

2 383 installs/wk local only

RepoContext — questions

Answers built from our own checks of this server.

Why is there no uptime for RepoContext?
RepoContext 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 @shmindmaster/repocontext.
How do I connect RepoContext?
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 @shmindmaster/repocontext straight from npm; nothing to host, nothing to sign up for.
Is RepoContext open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.