mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-11 16:19:10 +02:00
15 lines
657 B
Text
15 lines
657 B
Text
---
|
|
title: Authentication
|
|
sidebarTitle: Authentication
|
|
description: Secure your FastMCP server with authentication.
|
|
icon: lock
|
|
---
|
|
import { VersionBadge } from '/snippets/version-badge.mdx'
|
|
|
|
<VersionBadge version="2.2.7" />
|
|
|
|
This document will cover how to implement authentication for your FastMCP servers.
|
|
|
|
FastMCP leverages the OAuth 2.0 support provided by the underlying Model Context Protocol (MCP) SDK.
|
|
|
|
For now, refer to the [MCP Server Authentication documentation](/servers/fastmcp#authentication) for initial details and the [official MCP SDK documentation](https://modelcontextprotocol.io/specification/2025-03-26/basic/authorization) for more.
|