NervaPack
Rank #11,923io.github.ramdhavepreetam/nervapack
Offline codebase knowledge graph: 91% token reduction vs naive RAG, plus cross-session agent memory.
NervaPack is a Model Context Protocol (MCP) server published by ramdhavepreetam. It ranks #11,923 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. NervaPack is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Jun 7, 2026 and most recently updated on Jul 7, 2026.
Ranks ahead of 103,537 of 115,460 servers on MCP Toplist.
Use NervaPack
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add nervapack -- uvx nervapack[mcp_servers.nervapack]
command = "uvx"
args = ["nervapack"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"nervapack": {
"command": "uvx",
"args": [
"nervapack"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"nervapack": {
"command": "uvx",
"args": [
"nervapack"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"nervapack": {
"type": "stdio",
"command": "uvx",
"args": [
"nervapack"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"nervapack": {
"command": "uvx",
"args": [
"nervapack"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"nervapack": {
"command": "uvx",
"args": [
"nervapack"
]
}
}
}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.ramdhavepreetam%2Fnervapack)<a href="https://mcptoplist.com/server/io.github.ramdhavepreetam%2Fnervapack"><img src="https://mcptoplist.com/badge/io.github.ramdhavepreetam%2Fnervapack.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ramdhavepreetam
Other servers by ramdhavepreetam
View all ramdhavepreetam servers →Available versions (1)
| Version | Published |
|---|---|
| 0.5.8 | Jul 7, 2026 |
Frequently asked questions
- Who maintains NervaPack?
- NervaPack is maintained by ramdhavepreetam, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is NervaPack listed on the Official MCP Registry?
- Yes — NervaPack is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does NervaPack have?
- MCP Toplist tracks 1 version of NervaPack, most recently published on Jul 7, 2026.
- Where can I find the source code for NervaPack?
- The source code for NervaPack is hosted at github.com/ramdhavepreetam/nervapack.