neuromcp
Rank #8,517io.github.AdelElo13/neuromcp
Semantic memory for AI agents with hybrid search, knowledge graph, and consolidation
neuromcp is a Model Context Protocol (MCP) server published by adelelo13. It ranks #8,517 of 115,591 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. neuromcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Apr 4, 2026 and most recently updated on Jul 1, 2026.
Ranks ahead of 107,074 of 115,591 servers on MCP Toplist.
Use neuromcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add neuromcp -- npx -y neuromcp[mcp_servers.neuromcp]
command = "npx"
args = ["-y", "neuromcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"neuromcp": {
"command": "npx",
"args": [
"-y",
"neuromcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"neuromcp": {
"command": "npx",
"args": [
"-y",
"neuromcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"neuromcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"neuromcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"neuromcp": {
"command": "npx",
"args": [
"-y",
"neuromcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"neuromcp": {
"command": "npx",
"args": [
"-y",
"neuromcp"
]
}
}
}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.AdelElo13%2Fneuromcp)<a href="https://mcptoplist.com/server/io.github.AdelElo13%2Fneuromcp"><img src="https://mcptoplist.com/badge/io.github.AdelElo13%2Fneuromcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
adelelo13
Other servers by adelelo13
View all adelelo13 servers →Available versions (2)
| Version | Published |
|---|---|
| 0.26.0 | Jul 1, 2026 |
| 0.4.2 | Apr 4, 2026 |
Frequently asked questions
- Who maintains neuromcp?
- neuromcp is maintained by adelelo13, which publishes 3 MCP servers (16 total versions) tracked on MCP Toplist.
- Is neuromcp listed on the Official MCP Registry?
- Yes — neuromcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does neuromcp have?
- MCP Toplist tracks 2 versions of neuromcp, most recently published on Jul 1, 2026.
- Where can I find the source code for neuromcp?
- The source code for neuromcp is hosted at github.com/adelelo13/neuromcp.