Back to Home
tekspry icon

DotnetFastMCP

Verified Safe

by tekspry

Overview

A C#/.NET framework for building secure, scalable Model Context Protocol (MCP) servers with enterprise-grade OAuth 2.0 / OpenID Connect authentication, facilitating LLM tool integration.

Installation

Run Command
dotnet run

Environment Variables

  • FASTMCP_SERVER_AUTH_AZUREAD_TENANT_ID
  • FASTMCP_SERVER_AUTH_AZUREAD_CLIENT_ID
  • FASTMCP_SERVER_AUTH_AZUREAD_CLIENT_SECRET

Security Notes

The framework is designed with enterprise-grade security, implementing standard OAuth 2.0 and OpenID Connect flows including token verification, dynamic client registration (DCR), and PKCE. It explicitly enforces the use of environment variables for sensitive credentials and warns against hardcoding secrets. JWT tokens are validated against public keys (JWKS). No 'eval' or malicious patterns were observed in the provided source code snippets.

Similar Servers

Stats

Interest Score30
Security Score9
Cost ClassLow
Stars1
Forks1
Last Update2026-01-17

Tags

MCP Server.NETC#AuthenticationOAuthAPI Framework