Confdiff
Rank #2,757io.github.esperanza-volkov/confdiff-mcp
Semantic, format-aware diff of config files (JSON/YAML/TOML/INI/.env/XML/CSV) for AI agents
Confdiff is a Model Context Protocol (MCP) server published by esperanza-volkov. It ranks #2,757 of 132,046 servers tracked on MCP Toplist, and its repository has 41 GitHub stars. Confdiff is listed on Official MCP, with 2 tracked versions. It was first listed on Sep 1, 2026 and most recently updated on Sep 20, 2026.
Ranks ahead of 129,289 of 132,046 servers on MCP Toplist.
Use Confdiff
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add confdiff-mcp -- npx -y confdiff-mcp[mcp_servers.confdiff-mcp]
command = "npx"
args = ["-y", "confdiff-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"confdiff-mcp": {
"command": "npx",
"args": [
"-y",
"confdiff-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"confdiff-mcp": {
"command": "npx",
"args": [
"-y",
"confdiff-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"confdiff-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"confdiff-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"confdiff-mcp": {
"command": "npx",
"args": [
"-y",
"confdiff-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"confdiff-mcp": {
"command": "npx",
"args": [
"-y",
"confdiff-mcp"
]
}
}
}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.esperanza-volkov%2Fconfdiff-mcp)<a href="https://mcptoplist.com/server/io.github.esperanza-volkov%2Fconfdiff-mcp"><img src="https://mcptoplist.com/badge/io.github.esperanza-volkov%2Fconfdiff-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
esperanza-volkov
Available versions (2)
| Version | Published |
|---|---|
| 0.17.1 | Sep 20, 2026 |
| 0.17.0 | Sep 5, 2026 |
Frequently asked questions
- Who maintains Confdiff?
- Confdiff is maintained by esperanza-volkov, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Confdiff listed on the Official MCP Registry?
- Yes — Confdiff is listed on the Official MCP Registry.
- How many versions does Confdiff have?
- MCP Toplist tracks 2 versions of Confdiff, most recently published on Sep 20, 2026.
- Where can I find the source code for Confdiff?
- The source code for Confdiff is hosted at github.com/esperanza-volkov/confdiff.
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.