mcp-bridge

fpl9000/mcp-bridge
★ 0 stars Go Memory/Knowledge Updated today
MCP Bridge Server for the Stateful Agent System — persistent Layer 2 memory for Claude Desktop
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-bridge": {
      "command": "go",
      "args": [
        "run",
        "github.com/fpl9000/mcp-bridge@latest"
      ]
    }
  }
}

README Excerpt

A single-binary MCP (Model Context Protocol) server that gives Claude Desktop persistent, local, Layer 2 memory: a compact always-loaded "core" document plus named content blocks and a chronological episodic log, all stored as plain markdown files on disk that a human can read and edit directly. This is the **minimal first cut** of the bridge described in the Stateful Agent

Tools (8)

memory_append_blockmemory_append_episodicmemory_get_blockmemory_get_corememory_get_indexmemory_start_conversationmemory_write_blockmemory_write_core