Vestige
Rank #263io.github.samvallad33/vestige
Local-first memory for AI agents that reaches backward to find a failure's root cause.
Vestige is a Model Context Protocol (MCP) server published by samvallad33. It ranks #263 of 132,046 servers tracked on MCP Toplist, and its repository has 628 GitHub stars. Vestige is listed across 3 registries — Official MCP, Glama and PulseMCP, with 11 tracked versions. It was first listed on Jan 26, 2026 and most recently updated on Sep 10, 2026.
Ranks ahead of 131,783 of 132,046 servers on MCP Toplist.
Use Vestige
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add vestige -- npx -y vestige-mcp-server[mcp_servers.vestige]
command = "npx"
args = ["-y", "vestige-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"vestige": {
"command": "npx",
"args": [
"-y",
"vestige-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"vestige": {
"command": "npx",
"args": [
"-y",
"vestige-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"vestige": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vestige-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"vestige": {
"command": "npx",
"args": [
"-y",
"vestige-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"vestige": {
"command": "npx",
"args": [
"-y",
"vestige-mcp-server"
]
}
}
}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.samvallad33%2Fvestige)<a href="https://mcptoplist.com/server/io.github.samvallad33%2Fvestige"><img src="https://mcptoplist.com/badge/io.github.samvallad33%2Fvestige.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
samvallad33
Available versions (11)
| Version | Published |
|---|---|
| 3.0.0 | Sep 10, 2026 |
| 2.8.0 | Sep 6, 2026 |
| 2.7.1 | Sep 2, 2026 |
| 2.7.0 | Sep 1, 2026 |
| 2.6.1 | Sep 1, 2026 |
| 2.6.0 | Aug 31, 2026 |
| 2.5.0 | Aug 30, 2026 |
| 2.3.0 | Aug 28, 2026 |
| 2.2.0 | Jun 29, 2026 |
| 2.1.27 | Jun 28, 2026 |
| 2.1.23 | May 28, 2026 |
Frequently asked questions
- Who maintains Vestige?
- Vestige is maintained by samvallad33, which publishes 1 MCP server (11 total versions) tracked on MCP Toplist.
- Is Vestige listed on the Official MCP Registry?
- Yes — Vestige is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Vestige have?
- MCP Toplist tracks 11 versions of Vestige, most recently published on Sep 10, 2026.
- Where can I find the source code for Vestige?
- The source code for Vestige is hosted at github.com/samvallad33/vestige.
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.