fusionauth-example-protected-mcp-server

FusionAuth/fusionauth-example-protected-mcp-server
★ 0 stars Python 🔒 Security Updated 1d ago
Protect your MCP server with FusionAuth as the authorization server
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": {
    "fusionauth-example-p": {
      "command": "uvx",
      "args": [
        "fusionauth-example-protected-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install fusionauth-example-protected-mcp-server

README Excerpt

Example code for the Boulder Startup Week MCP Workshop This repository contains self-contained examples: | Folder | Description | |--------|-------------| | `unprotected-local-mcp/` | Starter code — a simple MCP server with no authentication. Start here if following the tutorial. | | `protected-remote-mcp/` | Remote deployment variant — extends the protected server with flags for deploying to a public URL. |

Topics

mcpoauth2