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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"secure-mcp-server-fr": {
"command": "npx",
"args": [
"-y",
"dushyantzz/secure-mcp-server-framework"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add secure-mcp-server-fr npx -y dushyantzz/secure-mcp-server-framework
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"secure-mcp-server-fr": {
"command": "npx",
"args": [
"-y",
"dushyantzz/secure-mcp-server-framework"
]
}
}
}
📋 Copy