Complete MCP server implementing all protocol features with OAuth 2.0
A comprehensive MCP server reference implementation demonstrating all protocol features including tools, resources, prompts, and sampling. Implements OAuth 2.0 authentication and serves as a learning resource for building custom MCP servers.
Author: modelcontextprotocol
Stars: 74
Install: git clone https://github.com/modelcontextprotocol/example-remote-server.git && cd example-remote-server && npm install && npm run dev:internal