smcp

sshoecraft/smcp
★ 0 stars Python 📁 File System Updated 6d ago
SMCP: Secure MCP Credential Protocol - A minimal protocol for injecting credentials into MCP servers at startup
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": {
    "smcp": {
      "command": "uvx",
      "args": [
        "smcp"
      ]
    }
  }
}

Or install with pip: pip install smcp

README Excerpt

A minimal protocol for securely injecting credentials into MCP servers at startup via stdin/stdout. MCP servers typically receive credentials through: - Environment variables → visible in `/proc/<pid>/environ`, `docker inspect` - CLI arguments → visible in `ps aux` - Config files → persisted to disk All of these leak credentials.