neurohive
Rank #54,084io.github.AdelElo13/neurohive
Multi-agent memory intelligence with expertise tracking and conflict detection
neurohive is a Model Context Protocol (MCP) server published by adelelo13. It ranks #54,084 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. neurohive is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 4, 2026 and most recently updated on Apr 4, 2026.
Ranks ahead of 61,507 of 115,591 servers on MCP Toplist.
Use neurohive
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add neurohive -- npx -y neurohive[mcp_servers.neurohive]
command = "npx"
args = ["-y", "neurohive"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"neurohive": {
"command": "npx",
"args": [
"-y",
"neurohive"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"neurohive": {
"command": "npx",
"args": [
"-y",
"neurohive"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"neurohive": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"neurohive"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"neurohive": {
"command": "npx",
"args": [
"-y",
"neurohive"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"neurohive": {
"command": "npx",
"args": [
"-y",
"neurohive"
]
}
}
}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%2Fneurohive)<a href="https://mcptoplist.com/server/io.github.AdelElo13%2Fneurohive"><img src="https://mcptoplist.com/badge/io.github.AdelElo13%2Fneurohive.svg" alt="MCP Toplist: Top 50% 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 (1)
| Version | Published |
|---|---|
| 1.0.2 | Apr 4, 2026 |
Frequently asked questions
- Who maintains neurohive?
- neurohive is maintained by adelelo13, which publishes 3 MCP servers (16 total versions) tracked on MCP Toplist.
- Is neurohive listed on the Official MCP Registry?
- Yes — neurohive is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does neurohive have?
- MCP Toplist tracks 1 version of neurohive, most recently published on Apr 4, 2026.
- Where can I find the source code for neurohive?
- The source code for neurohive is hosted at github.com/adelelo13/neurohive.