secure-mcp-server-framework

dushyantzz/secure-mcp-server-framework
★ 0 stars HTML Security Updated today
A comprehensive, secure, and context-optimized Model Context Protocol (MCP) Server Framework with dynamic tool management, authentication, monitoring, and multi-tenant support
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": {
    "secure-mcp-server-fr": {
      "command": "npx",
      "args": [
        "-y",
        "dushyantzz/secure-mcp-server-framework"
      ]
    }
  }
}