mcp-authentication-samples
0
The MCP Joke Server is a sample implementation of a Model Context Protocol server designed to serve programming jokes with token-based authentication. It is built with FastAPI and integrates with GitHub Copilot, providing joke-telling capabilities securely.
MCP Joke Server with Authentication
This project is a Model Context Protocol (MCP) server implemented with FastAPI. It serves programming jokes with token-based authentication. Key features include:
- Setting up using VS Code's devcontainer configuration
- Offering a joke-telling capability through a single MCP tool called
tell_joke
- Requiring token-based authentication for access to the SSE endpoint
- Providing integration with GitHub Copilot in VS Code
- Implementing security recommendations for production environments