mcps

matssun/mcps
★ 0 stars Rust Security Updated today
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 → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcps": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcps"
      ]
    }
  }
}

README Excerpt

<!-- SPDX-License-Identifier: Apache-2.0 --> MCP-S is an experimental third-party security extension proposal for the Model Context Protocol (MCP). It provides a reference implementation and conformance package for protecting MCP tool calls with: - object-level request and response signatures; - freshness and replay protection;

Topics

apache-2claudeed25519mcpmodel-context-protocolmtlsrustsecuritysecurity-audit