A demonstration MCP server implementing the Model Context Protocol SDK, showcasing server-sent events and message handling. Highly relevant as a reference MCP server.
Loading more......
An MCP server that connects to the Layer API service to provide cat facts through a stdio transport server built with the MCP SDK. Relevant as an example of a Model Context Protocol (MCP) server implementation.
A test server implementing all features of the MCP protocol, including prompts, tools, and resources, specifically designed for MCP client testing.
Official MCP server for AIStor, directly relevant as a reference implementation for MCP server capabilities.
An example MCP (Machine Communication Protocol) server implemented in .NET that exposes weather forecast and alert tools, designed specifically for integration with Claude for Desktop. This server demonstrates how to build and configure an MCP server as part of the 'Awesome MCP Servers' ecosystem.
A simple MCP server enabling LLMs to roll dice, demonstrating extensibility and utility of MCP server implementations.
Damn Vulnerable MCP Server for Security Researchers. Serves as an intentionally insecure MCP server for testing and research, making it highly relevant as an example MCP server.
A demonstration MCP server implementing the Model Context Protocol (MCP) SDK, showcasing server-sent events and message handling. This project is designed as a reference implementation for building MCP servers, especially in TypeScript.
Source: GitHub Repository
.env file (with a provided example), including port settings.reference-implementation, example, mcp, sse, tutorials