Neural Memory
Rank #2,159io.github.nhadaututtheky/neural-memory
Persistent memory for AI agents — 55 MCP tools, spreading activation recall.
Neural Memory is a Model Context Protocol (MCP) server published by nhadaututtheky. It ranks #2,159 of 132,046 servers tracked on MCP Toplist, and its repository has 240 GitHub stars. Neural Memory is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Feb 4, 2026 and most recently updated on Apr 2, 2026.
Ranks ahead of 129,887 of 132,046 servers on MCP Toplist.
Use Neural Memory
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add neural-memory -- npx -y neural-memory-mcp[mcp_servers.neural-memory]
command = "npx"
args = ["-y", "neural-memory-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"neural-memory": {
"command": "npx",
"args": [
"-y",
"neural-memory-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"neural-memory": {
"command": "npx",
"args": [
"-y",
"neural-memory-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"neural-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"neural-memory-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"neural-memory": {
"command": "npx",
"args": [
"-y",
"neural-memory-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"neural-memory": {
"command": "npx",
"args": [
"-y",
"neural-memory-mcp"
]
}
}
}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.nhadaututtheky%2Fneural-memory)<a href="https://mcptoplist.com/server/io.github.nhadaututtheky%2Fneural-memory"><img src="https://mcptoplist.com/badge/io.github.nhadaututtheky%2Fneural-memory.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
nhadaututtheky
Available versions (2)
| Version | Published |
|---|---|
| 4.27.2 | Apr 2, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Neural Memory?
- Neural Memory is maintained by nhadaututtheky, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Neural Memory listed on the Official MCP Registry?
- Yes — Neural Memory is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Neural Memory have?
- MCP Toplist tracks 2 versions of Neural Memory, most recently published on Apr 2, 2026.
- Where can I find the source code for Neural Memory?
- The source code for Neural Memory is hosted at github.com/nhadaututtheky/neural-memory.
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.