Selvedge
Rank #2,096io.github.masondelan/selvedge
Decision provenance for AI-coded codebases: the why, and what was already tried and rejected.
Selvedge is a Model Context Protocol (MCP) server published by masondelan. It ranks #2,096 of 132,046 servers tracked on MCP Toplist, and its repository has 23 GitHub stars. Selvedge is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 10 tracked versions. It was first listed on Apr 25, 2026 and most recently updated on Sep 13, 2026.
Ranks ahead of 129,950 of 132,046 servers on MCP Toplist.
Use Selvedge
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add selvedge -e "SELVEDGE_DB=<your SELVEDGE_DB>" -- uvx --from selvedge selvedge-server selvedgeReplace each placeholder with your own value before saving.
[mcp_servers.selvedge]
command = "uvx"
args = ["--from", "selvedge", "selvedge-server", "selvedge"]
[mcp_servers.selvedge.env]
SELVEDGE_DB = "<your SELVEDGE_DB>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"selvedge": {
"command": "uvx",
"args": [
"--from",
"selvedge",
"selvedge-server",
"selvedge"
],
"env": {
"SELVEDGE_DB": "<your SELVEDGE_DB>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"selvedge": {
"command": "uvx",
"args": [
"--from",
"selvedge",
"selvedge-server",
"selvedge"
],
"env": {
"SELVEDGE_DB": "<your SELVEDGE_DB>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"selvedge": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"selvedge",
"selvedge-server",
"selvedge"
],
"env": {
"SELVEDGE_DB": "<your SELVEDGE_DB>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"selvedge": {
"command": "uvx",
"args": [
"--from",
"selvedge",
"selvedge-server",
"selvedge"
],
"env": {
"SELVEDGE_DB": "<your SELVEDGE_DB>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"selvedge": {
"command": "uvx",
"args": [
"--from",
"selvedge",
"selvedge-server",
"selvedge"
],
"env": {
"SELVEDGE_DB": "<your SELVEDGE_DB>"
}
}
}
}Replace each placeholder with your own value before saving.
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.masondelan%2Fselvedge)<a href="https://mcptoplist.com/server/io.github.masondelan%2Fselvedge"><img src="https://mcptoplist.com/badge/io.github.masondelan%2Fselvedge.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
masondelan
Available versions (10)
| Version | Published |
|---|---|
| 0.3.14 | Sep 13, 2026 |
| 0.3.13 | Sep 12, 2026 |
| 0.3.12 | Sep 12, 2026 |
| 0.3.11 | Aug 29, 2026 |
| 0.3.10 | Aug 6, 2026 |
| 0.3.9.3 | Aug 1, 2026 |
| 0.3.9.2 | Jul 25, 2026 |
| 0.3.9.1 | Jul 11, 2026 |
| 0.3.9 | Jun 22, 2026 |
| 0.3.8 | Jun 17, 2026 |
Frequently asked questions
- Who maintains Selvedge?
- Selvedge is maintained by masondelan, which publishes 1 MCP server (10 total versions) tracked on MCP Toplist.
- Is Selvedge listed on the Official MCP Registry?
- Yes — Selvedge is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Selvedge have?
- MCP Toplist tracks 10 versions of Selvedge, most recently published on Sep 13, 2026.
- Where can I find the source code for Selvedge?
- The source code for Selvedge is hosted at github.com/masondelan/selvedge.
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.