MCP ExplorerExplorer

Entra Id Mcp Server Demo

@dendon a year ago
3 MIT
FreeCommunity
AI Systems
Demo showing how to use Entra ID with MCP servers

Overview

What is Entra Id Mcp Server Demo

The entra-id-mcp-server-demo is a minimal demonstration server that showcases how to implement Entra ID authentication with MCP servers using HTTP and Server-Sent Events (SSE) transport.

Use cases

Use cases include demonstrating secure authentication mechanisms in MCP servers, testing Entra ID integration, and serving as a reference implementation for developers looking to implement similar functionalities.

How to use

To use the entra-id-mcp-server-demo, install the necessary dependencies with ‘npm install’, build the project using ‘npm run build’, and start the server with ‘npm run start’. Testing can be done using MCP Inspector or any tool that supports HTTP+SSE transport and authentication.

Key features

Key features include minimal implementation of Entra ID authentication, support for HTTP and SSE transport, and a focus on secure token and credential handling practices.

Where to use

The entra-id-mcp-server-demo can be used in scenarios where secure authentication is required for MCP servers, particularly in development and testing environments.

Content

🔒 Minimal Entra ID-authenticated MCP Server

Minimal server showing how to implement Entra ID authentication with MCP and HTTP+SSE transport.

[!IMPORTANT]
This repository has been archived. Refer to the reference collection for latest samples and best practices.

[!WARNING]
This is not intended for production use. If you are to adopt any of the practices in this implementation, ensure that you are implementing proper caching and secure token/credential handling practices.

Run server

npm install
npm run build
npm run start

Testing

You will need to use MCP Inspector or a tool that supports HTTP+SSE transport for MCP servers and authentication.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers