AgentStack
MCP verified MIT Self-run

Mcp Auth Servers

mcp-localden-mcp-auth-servers Β· by localden

πŸ”’ Reference MCP servers that demo how authentication works with the current Model Context Protocol spec.

β€” No reviews yet
0 installs
16 views
0.0% view→install

Install

$ agentstack add mcp-localden-mcp-auth-servers

βœ“ scanned Β· βœ“ verified β€” works with Claude Code, Cursor, and more.

Security review

βœ“ Passed

No issues found. Passed automated security review. Β· v0.1.0 How review works β†’

  • βœ“ Prompt-injection patterns
  • βœ“ Secret / credential exfiltration
  • βœ“ Dangerous shell & filesystem operations
  • βœ“ Untrusted network calls
  • βœ“ Known-malicious package signatures

What it can access

  • βœ“ Network access No
  • βœ“ Filesystem access No
  • βœ“ Shell / process execution No
  • βœ“ Environment & secrets No
  • βœ“ Dynamic code execution No

From automated source analysis of v0.1.0. β€œUsed” means the capability is present in the source β€” more access means more to trust, not that it’s unsafe.

Are you the author of Mcp Auth Servers? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

>[!IMPORTANT] >This is now moved under one of the official Microsoft-supported GitHub organizations. Please use that repository as a point of reference.

πŸ”’ MCP Server Authentication Reference Collection

Reference servers that demo how authentication works with the current Model Context Protocol spec.

>[!WARNING] >Code presented here is for demo purposes only. Your specific scenarios (including rules inside your enterprise, specific security controls, or other protection mechanisms) may differ from the ones that are outlined in this repository. Always conduct a security audit and threat modeling for any production and customer-facing assets that require authentication and authorization.

Scenarios

Servers above are designed for various runtime scenarios. They are tagged as follows:

  • Remote MCP servers:
  • Local MCP servers:
  • Dual-purpose MCP servers (can run locally or remotely):

Supported identity providers

| Provider | Scenario | Server Type | Implementation | State | |:---------|:---------|:------------|:---------------|:------| | Entra ID | Confidential client, mapped to session token. | | [entra-id-cca-session](/src/entra-id-cca-session/) | | | Entra ID | Public client, using WAM | | [entra-id-local-wam](/src/entra-id-local-wam/) | | | GitHub | GitHub application w/OAuth, mapped to session token. | | [github-app-session](/src/github-app-session/) | |

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source β€” we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet β€” be the first.

Versions

  • v0.1.0 Imported from the upstream source.