OpenFused provides a file protocol for AI agents to maintain persistent, shareable context across conversations without vendor lock-in or proprietary protocols.
From the registry: Encrypted mail, shared memory, and persistent context for AI agents.
$ npm install -g openfused$ openfuse init --name my-agentPlease install the `openfuse-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install OpenFused** — Install the OpenFused CLI and MCP binary. Run: `npm install -g openfused`
- **Initialized store** — Run `openfuse init --name my-agent` to create an agent context store before first use. Run: `openfuse init --name my-agent`
Canonical MCP server config (stdio transport):
- command: `openfuse-mcp`
- args: ["--dir","/path/to/store"]
Note: 13 MCP tools covering context, profile, inbox, shared files, status, and peer management.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.OPENFUSE_REGISTRYSpecifies a private registry for OpenFused.OPENFUSE_TOKENBearer token for A2A routes.AI-powered threat hunting and incident response MCP server for Elasticsearch/OpenSearch