soriat/soria-mcp
If you are the rightful owner of soria-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A demonstration server that showcases elicitations across different Model Context Protocol (MCP) use cases.
MCP Everything Server
A comprehensive reference implementation for the Model Context Protocol (MCP) that demonstrates all features of the protocol. This server showcases the versatility and extensibility of MCP, demonstrating how it can be used to give Large Language Models (LLMs) secure, controlled access to tools and data sources.
This server is built with the TypeScript MCP SDK.
Features
This server implements a comprehensive set of MCP features including:
- Tools: Various tools including echo, add, long-running operations, environment variable printing, LLM sampling, and more
- Prompts: Simple and complex prompts with arguments, resource references, and embedded content
- Resources: Static resources with pagination support, resource templates, and subscriptions
- Logging: Configurable logging levels with real-time notifications
- Completions: Auto-completion for prompt arguments and resource references
- Elicitation: Interactive user input collection with structured schemas
- Annotations: Content annotations for priority and audience targeting
- Progress Tracking: Progress notifications for long-running operations
- Real-time Updates: Resource update notifications and stderr streaming
Installation
npm install -g @modelcontextprotocol/server-everything
Usage
Standard I/O
mcp-server-everything
Server-Sent Events (SSE)
npm run start:sse
HTTP with Streaming Support
npm run start:streamableHttp
Development
- Clone the repository:
git clone https://github.com/modelcontextprotocol/servers.git
cd servers
- Install dependencies:
npm install
- Build the server:
npm run build
- Run the server:
npm start
Configuration
The server supports various configuration options and can be used to test and demonstrate MCP capabilities. It includes:
- 100 static resources (mix of text and binary)
- Multiple tool implementations
- Various prompt templates
- Real-time notifications and updates
- Progress tracking for long operations
Docker
Build and run with Docker:
docker build -t mcp-everything-server .
docker run -p 3000:3000 mcp-everything-server
License
MIT - See file for details.
Contributing
See for contribution guidelines.