Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/mcp-authorizer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MCP Authorizer

A high-performance JWT authentication gateway for Model Context Protocol (MCP) servers, built for Fermyon Spin and WebAssembly deployment.
A high-performance JWT authorizer gateway for Model Context Protocol (MCP) servers, built for Fermyon Spin and WebAssembly deployment.

## Overview

Expand All @@ -9,7 +9,7 @@ The MCP Authorizer provides OAuth 2.0 bearer token authentication for MCP endpoi
## Features

- **JWT Authentication**: Validates tokens using JWKS endpoints or static public keys
- **Scope-Based Authorization**: Enforce required scopes for API access
- **Policy-Based Authorization**: Enforce required scopes for API access
- **WorkOS AuthKit**: Out-of-the-box support with automatic JWKS discovery
- **OAuth 2.0 Discovery**: Standard-compliant metadata endpoints
- **JWKS Caching**: 5-minute cache reduces provider API calls
Expand Down
Loading