protocol-mcp

barrykramer-cbds/protocol-mcp
★ 0 stars Python 🤖 AI/LLM Updated today
Persistent Protocol Library MCP Server for Claude — makes cognitive protocols (LBP, DAP, OCAP, ORA, PI, Sidebar, Commit, Strength) available across all conversation spaces. Drop-in protocol architecture with cross-session state persistence.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "protocol-mcp": {
      "command": "uvx",
      "args": [
        "protocol-mcp"
      ]
    }
  }
}

Or install with pip: pip install protocol-mcp

README Excerpt

A FastMCP server that makes cognitive protocols persistently available across all Claude conversation spaces. Available as both a local server (stdio) and a cloud-hosted service (streamable HTTP). Protocols are cognitive frameworks (LBP, DAP, OCAP, ORA, PI, GTV, PAP, Sidebar, Commit, Strength) that dramatically alter Claude's reasoning quality when loaded into context. Without this server, every new conversation starts from zero.

Tools (18)

commitdapgtvlbpocaporapapprotocol_describeprotocol_get_phaseprotocol_listprotocol_list_sessionsprotocol_loadprotocol_resumeprotocol_save_stateprotocol_searchprotocol_start_sessionsidebarstrength