openfuse-mcp
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
openfuse-mcpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



