Vasperamemory
Rank #2,926io.github.RCOLKITT/vasperamemory
MCP server providing vasperamemory capabilities
Vasperamemory is a Model Context Protocol (MCP) server published by RCOLKITT. It ranks #2,926 of 115,460 servers tracked on MCP Toplist, and its repository has 60 GitHub stars. Vasperamemory is listed on Official MCP, with 2 tracked versions. It was first listed on Jan 26, 2026 and most recently updated on Jan 26, 2026.
Ranks ahead of 112,534 of 115,460 servers on MCP Toplist.
Use Vasperamemory
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add vasperamemory -e "VASPERA_API_KEY=<your VASPERA_API_KEY>" -- npx -y vasperamemoryReplace each placeholder with your own value before saving.
[mcp_servers.vasperamemory]
command = "npx"
args = ["-y", "vasperamemory"]
[mcp_servers.vasperamemory.env]
VASPERA_API_KEY = "<your VASPERA_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vasperamemory": {
"command": "npx",
"args": [
"-y",
"vasperamemory"
],
"env": {
"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": {
"vasperamemory": {
"command": "npx",
"args": [
"-y",
"vasperamemory"
],
"env": {
"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": {
"vasperamemory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vasperamemory"
],
"env": {
"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": {
"vasperamemory": {
"command": "npx",
"args": [
"-y",
"vasperamemory"
],
"env": {
"VASPERA_API_KEY": "<your VASPERA_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vasperamemory": {
"command": "npx",
"args": [
"-y",
"vasperamemory"
],
"env": {
"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%2Fvasperamemory)<a href="https://mcptoplist.com/server/io.github.RCOLKITT%2Fvasperamemory"><img src="https://mcptoplist.com/badge/io.github.RCOLKITT%2Fvasperamemory.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
RCOLKITT
Other servers by RCOLKITT
- AccountingQB-MCP#4,952 · 7 vers
- Ccboot MCP Server#6,400 · 2 vers
- VasperaPM#44,850 · 3 vers
- Hardening MCP Server#45,362 · 2 vers
- Candidcost#60,424 · 1 ver
- Rebar MCP#87,704
Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Jan 26, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Vasperamemory?
- Vasperamemory is maintained by RCOLKITT, which publishes 7 MCP servers (17 total versions) tracked on MCP Toplist.
- Is Vasperamemory listed on the Official MCP Registry?
- Yes — Vasperamemory is listed on the Official MCP Registry.
- How many versions does Vasperamemory have?
- MCP Toplist tracks 2 versions of Vasperamemory, most recently published on Jan 26, 2026.
- Where can I find the source code for Vasperamemory?
- The source code for Vasperamemory is hosted at github.com/RCOLKITT/VasperaMemory.