mcp-re

matssun/mcp-re
★ 1 stars Rust Security Updated 1d ago
Apache-2.0 security extension proposal for the Model Context Protocol (MCP). Object-level signing, freshness/replay protection, mTLS transport, delegated authorization, sidecar protection of ordinary MCP servers. Rust workspace; published security audits under docs/security/.
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-re": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-re"
      ]
    }
  }
}

README Excerpt

<!-- SPDX-License-Identifier: Apache-2.0 --> > **MCP Runtime Evidence (MCP-RE)** is an object-level runtime-evidence layer for > high-value MCP tool calls. *(Formerly **MCP-S**; renamed to avoid confusion > with the unrelated SEP-2395 / "MCPS (MCP Secure)" work — see [#289](https://github.com/matssun/mcp-re/issues/289).)*

Topics

apache-2claudeed25519mcpmodel-context-protocolmtlsrustsecuritysecurity-audit