An MCP (Model Context Protocol) server for Obsidian worldbuilding vaults that provides AI tools with consistent, canonical context from your fictional worlds.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"hivemind": {
"command": "npx",
"args": [
"-y",
"hiveforge-sh/hivemind"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add hivemind npx -y hiveforge-sh/hivemind
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"hivemind": {
"command": "npx",
"args": [
"-y",
"hiveforge-sh/hivemind"
]
}
}
}
📋 Copy