openfuse-mcp

by openfused

18 stars
136 downloads
Not rated
GitHub Website

About

OpenFused is a shared memory and messaging layer for AI agents, built on plain files. It gives agents persistent context, signed mail, and peer sync without locking them into a proprietary runtime.

Details

Author
openfused
GitHub stars
18
Downloads
136
Categories
Other

- 13 built‑in tools for context, profile, inbox, shared, status, and peers.
- Persistent agent memory stored as plain, editable files.
- Encrypted messaging with X25519 + ChaCha20-Poly1305 (age) and

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name openfuse-mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Add the server to your MCP client configuration with the command openfuse-mcp and the --dir argument pointing to your store directory. 13 tools are available: context_read, context_write, context_append, profile_read, profile_write, inbox_list, inbox_send, shared_list, shared_read, shared_write, status, peer_list, and peer_add.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "openfuse-mcp": {
            "openfuse": {
                "command": "openfuse-mcp",
                "args": [
                    "--dir",
                    "/path/to/store"
                ]
            }
        }
    }
}

McpServers

{
    "openfuse": {
        "command": "openfuse-mcp",
        "args": [
            "--dir",
            "/path/to/store"
        ]
    }
}

OpenFused

The file protocol for AI agent context. Encrypted, signed, peer-to-peer.

What is this?

AI agents lose their memory when conversations end. Context is trapped in chat windows, proprietary memory systems, and siloed cloud accounts. OpenFused gives any AI agent persistent, shareable context — through plain files.

No vendor lock-in. No proprietary protocol. Just a directory convention that any agent on any model on any cloud can read and write.

Install

Review the source at github.com/openfused/openfused before installing.

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.