mcpl

anima-research/mcpl
★ 1 stars Python Browser/Web Updated today
MCP Live (MCPL) - Extension to Model Context Protocol for active server participation
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": {
    "mcpl": {
      "command": "uvx",
      "args": [
        "mcpl"
      ]
    }
  }
}

Or install with pip: pip install mcpl

README Excerpt

MCPL is a backward-compatible extension to the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) that enables servers to be active participants in the inference lifecycle. - **Push Events** — Servers can push events to hosts that may trigger model inference - **Context Hooks** — Servers can inject or modify context before and after inference