Hivemind
Rank #20,853io.github.hiveforge-sh/hivemind
MCP server providing hivemind capabilities
Hivemind is a Model Context Protocol (MCP) server published by hiveforge-sh. It ranks #20,853 of 132,046 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. Hivemind is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Jan 26, 2026 and most recently updated on Feb 13, 2026.
Ranks ahead of 111,193 of 132,046 servers on MCP Toplist.
Use Hivemind
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add hivemind -e "HIVEMIND_VAULT_PATH=<your HIVEMIND_VAULT_PATH>" -e "HIVEMIND_CONFIG_PATH=<your HIVEMIND_CONFIG_PATH>" -- npx -y @hiveforge/hivemind-mcpReplace each placeholder with your own value before saving.
[mcp_servers.hivemind]
command = "npx"
args = ["-y", "@hiveforge/hivemind-mcp"]
[mcp_servers.hivemind.env]
HIVEMIND_VAULT_PATH = "<your HIVEMIND_VAULT_PATH>"
HIVEMIND_CONFIG_PATH = "<your HIVEMIND_CONFIG_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hivemind": {
"command": "npx",
"args": [
"-y",
"@hiveforge/hivemind-mcp"
],
"env": {
"HIVEMIND_VAULT_PATH": "<your HIVEMIND_VAULT_PATH>",
"HIVEMIND_CONFIG_PATH": "<your HIVEMIND_CONFIG_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hivemind": {
"command": "npx",
"args": [
"-y",
"@hiveforge/hivemind-mcp"
],
"env": {
"HIVEMIND_VAULT_PATH": "<your HIVEMIND_VAULT_PATH>",
"HIVEMIND_CONFIG_PATH": "<your HIVEMIND_CONFIG_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"hivemind": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hiveforge/hivemind-mcp"
],
"env": {
"HIVEMIND_VAULT_PATH": "<your HIVEMIND_VAULT_PATH>",
"HIVEMIND_CONFIG_PATH": "<your HIVEMIND_CONFIG_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hivemind": {
"command": "npx",
"args": [
"-y",
"@hiveforge/hivemind-mcp"
],
"env": {
"HIVEMIND_VAULT_PATH": "<your HIVEMIND_VAULT_PATH>",
"HIVEMIND_CONFIG_PATH": "<your HIVEMIND_CONFIG_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hivemind": {
"command": "npx",
"args": [
"-y",
"@hiveforge/hivemind-mcp"
],
"env": {
"HIVEMIND_VAULT_PATH": "<your HIVEMIND_VAULT_PATH>",
"HIVEMIND_CONFIG_PATH": "<your HIVEMIND_CONFIG_PATH>"
}
}
}
}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.hiveforge-sh%2Fhivemind)<a href="https://mcptoplist.com/server/io.github.hiveforge-sh%2Fhivemind"><img src="https://mcptoplist.com/badge/io.github.hiveforge-sh%2Fhivemind.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
hiveforge-sh
Available versions (2)
| Version | Published |
|---|---|
| 3.6.3 | Feb 13, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Hivemind?
- Hivemind is maintained by hiveforge-sh, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Hivemind listed on the Official MCP Registry?
- Yes — Hivemind is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Hivemind have?
- MCP Toplist tracks 2 versions of Hivemind, most recently published on Feb 13, 2026.
- Where can I find the source code for Hivemind?
- The source code for Hivemind is hosted at github.com/hiveforge-sh/hivemind.
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.