VasperaPM
Rank #44,850io.github.RCOLKITT/vaspera-pm
Verify docs against code, detect drift, and generate verified specs (MCP server).
VasperaPM is a Model Context Protocol (MCP) server published by RCOLKITT. It ranks #44,850 of 115,460 servers tracked on MCP Toplist. VasperaPM is listed on Official MCP, with 3 tracked versions. It was first listed on Jul 14, 2026 and most recently updated on Jul 19, 2026.
Ranks ahead of 70,610 of 115,460 servers on MCP Toplist.
Use VasperaPM
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add vaspera-pm -e "ANTHROPIC_API_KEY=<your ANTHROPIC_API_KEY>" -e "VASPERA_API_KEY=<your VASPERA_API_KEY>" -- npx -y vaspera-pmReplace each placeholder with your own value before saving.
[mcp_servers.vaspera-pm]
command = "npx"
args = ["-y", "vaspera-pm"]
[mcp_servers.vaspera-pm.env]
ANTHROPIC_API_KEY = "<your ANTHROPIC_API_KEY>"
VASPERA_API_KEY = "<your VASPERA_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vaspera-pm": {
"command": "npx",
"args": [
"-y",
"vaspera-pm"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"VASPERA_API_KEY": "<your VASPERA_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vaspera-pm": {
"command": "npx",
"args": [
"-y",
"vaspera-pm"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"VASPERA_API_KEY": "<your VASPERA_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"vaspera-pm": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vaspera-pm"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"VASPERA_API_KEY": "<your VASPERA_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vaspera-pm": {
"command": "npx",
"args": [
"-y",
"vaspera-pm"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"VASPERA_API_KEY": "<your VASPERA_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vaspera-pm": {
"command": "npx",
"args": [
"-y",
"vaspera-pm"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"VASPERA_API_KEY": "<your VASPERA_API_KEY>"
}
}
}
}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.RCOLKITT%2Fvaspera-pm)<a href="https://mcptoplist.com/server/io.github.RCOLKITT%2Fvaspera-pm"><img src="https://mcptoplist.com/badge/io.github.RCOLKITT%2Fvaspera-pm.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
RCOLKITT
Other servers by RCOLKITT
- Vasperamemory#2,926 · 2 vers
- AccountingQB-MCP#4,952 · 7 vers
- Ccboot MCP Server#6,400 · 2 vers
- Hardening MCP Server#45,362 · 2 vers
- Candidcost#60,424 · 1 ver
- Rebar MCP#87,704
Available versions (3)
| Version | Published |
|---|---|
| 2.15.0 | Jul 19, 2026 |
| 2.13.2 | Jul 14, 2026 |
| 2.13.1 | Jul 14, 2026 |
Frequently asked questions
- Who maintains VasperaPM?
- VasperaPM is maintained by RCOLKITT, which publishes 7 MCP servers (17 total versions) tracked on MCP Toplist.
- Is VasperaPM listed on the Official MCP Registry?
- Yes — VasperaPM is listed on the Official MCP Registry.
- How many versions does VasperaPM have?
- MCP Toplist tracks 3 versions of VasperaPM, most recently published on Jul 19, 2026.
- Where can I find the source code for VasperaPM?
- The source code for VasperaPM is hosted at github.com/RCOLKITT/VasperaPM.