A remote MCP server done right: OAuth 2.1 resource server with audience binding, tenant isolation, audit log, rate limiting. 26 tests; CI dogfoods mcp-sec-scan.
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": {
"mcp-security-showcas": {
"command": "npx",
"args": [
"-y",
"GuybrushUlyssesThreepwood/mcp-security-showcase-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-security-showcas npx -y GuybrushUlyssesThreepwood/mcp-security-showcase-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-security-showcas": {
"command": "npx",
"args": [
"-y",
"GuybrushUlyssesThreepwood/mcp-security-showcase-server"
]
}
}
}
📋 Copy