An open API service indexing awesome lists of open source software.

https://github.com/dend/entra-id-mcp-server-demo

Demo showing how to use Entra ID with MCP servers
https://github.com/dend/entra-id-mcp-server-demo

Last synced: 2 months ago
JSON representation

Demo showing how to use Entra ID with MCP servers

Awesome Lists containing this project

README

        

# 🔒 Minimal Entra ID-authenticated MCP Server

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

>[!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**](https://github.com/modelcontextprotocol/inspector) or a tool that supports HTTP+SSE transport for MCP servers _and_ authentication.