SecureMCP-Servers

itsadijmbt/SecureMCP-Servers
★ 1 stars Python 📦 Other Updated today
Repo for Ported Servers in SecureMCP.
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": {
    "securemcp-servers": {
      "command": "uvx",
      "args": [
        "securemcp-servers"
      ]
    }
  }
}

Or install with pip: pip install securemcp-servers