Skip to main content
Glama
onimsha

Airtable OAuth MCP Server

by onimsha
__init__.py787 B
"""MCP OAuth Library A reusable OAuth 2.0 authorization server library for MCP (Model Context Protocol) servers. This library provides: - OAuth 2.0 Authorization Code Flow with PKCE support - Dynamic Client Registration (RFC 7591) - OAuth metadata discovery (RFC 8414) - MCP-specific OAuth integration - Provider-specific OAuth implementations - Authentication middleware for FastMCP """ from .auth.context import AuthContext from .auth.middleware import OAuthAuthenticationMiddleware from .core.config import OAuthConfig, ProviderConfig from .core.flow import OAuthFlow from .core.server import MCPOAuthServer __version__ = "0.1.0" __all__ = [ "MCPOAuthServer", "OAuthConfig", "ProviderConfig", "OAuthFlow", "OAuthAuthenticationMiddleware", "AuthContext", ]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/onimsha/airtable-mcp-server-oauth'

If you have feedback or need assistance with the MCP directory API, please join our Discord server