← Back to Plugins
MCP Server MCP

io.github.hiveforge-sh/hivemind

github By github 👁 1 views ▲ 0 votes

MCP server for Obsidian vaults - AI tools with consistent canonical context. Local-first.

Homepage Verified source GitHub

Install

npx -y @hiveforge/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@hiveforge/hivemind-mcp",
      "version": "3.6.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to your Obsidian vault directory",
          "isRequired": true,
          "format": "string",
          "name": "HIVEMIND_VAULT_PATH"
        },
        {
          "description": "Path to optional Hivemind config file",
          "format": "string",
          "name": "HIVEMIND_CONFIG_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...