diffctx
Rank #3,124io.github.nikolay-e/diffctx
Selects the minimum code an LLM needs to review a git diff
diffctx is a Model Context Protocol (MCP) server published by nikolay-e. It ranks #3,124 of 132,046 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. diffctx is listed across 2 registries — Official MCP and Glama, with 6 tracked versions. It was first listed on Jul 23, 2026 and most recently updated on Sep 16, 2026.
Ranks ahead of 128,922 of 132,046 servers on MCP Toplist.
Use diffctx
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add diffctx -- uvx --from "diffctx[mcp]" diffctx-mcp diffctx[mcp_servers.diffctx]
command = "uvx"
args = ["--from", "diffctx[mcp]", "diffctx-mcp", "diffctx"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"diffctx": {
"command": "uvx",
"args": [
"--from",
"diffctx[mcp]",
"diffctx-mcp",
"diffctx"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"diffctx": {
"command": "uvx",
"args": [
"--from",
"diffctx[mcp]",
"diffctx-mcp",
"diffctx"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"diffctx": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"diffctx[mcp]",
"diffctx-mcp",
"diffctx"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"diffctx": {
"command": "uvx",
"args": [
"--from",
"diffctx[mcp]",
"diffctx-mcp",
"diffctx"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"diffctx": {
"command": "uvx",
"args": [
"--from",
"diffctx[mcp]",
"diffctx-mcp",
"diffctx"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.nikolay-e%2Fdiffctx)<a href="https://mcptoplist.com/server/io.github.nikolay-e%2Fdiffctx"><img src="https://mcptoplist.com/badge/io.github.nikolay-e%2Fdiffctx.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
nikolay-e
Available versions (6)
| Version | Published |
|---|---|
| 1.16.0 | Sep 16, 2026 |
| 1.15.0 | Aug 19, 2026 |
| 1.14.0 | Aug 16, 2026 |
| 1.13.0 | Aug 4, 2026 |
| 1.12.3 | Jul 27, 2026 |
| 1.12.2 | Jul 26, 2026 |
Frequently asked questions
- Who maintains diffctx?
- diffctx is maintained by nikolay-e, which publishes 1 MCP server (6 total versions) tracked on MCP Toplist.
- Is diffctx listed on the Official MCP Registry?
- Yes — diffctx is listed on the Official MCP Registry, alongside Glama.
- How many versions does diffctx have?
- MCP Toplist tracks 6 versions of diffctx, most recently published on Sep 16, 2026.
- Where can I find the source code for diffctx?
- The source code for diffctx is hosted at github.com/nikolay-e/diffctx.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.