Skip to main content
Glama

MCP Elicitations Demo Server

by soriat

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

  1. Clone the repository:
git clone https://github.com/modelcontextprotocol/servers.git cd servers
  1. Install dependencies:
npm install
  1. Build the server:
npm run build
  1. 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 LICENSE file for details.

Contributing

See CONTRIBUTING.md for contribution guidelines.

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

A demonstration server that showcases how to collect user input dynamically using the Model Context Protocol (MCP) elicitation system across tools, resources, and prompts.

  1. Features
    1. Installation
      1. Usage
        1. Standard I/O
        2. Server-Sent Events (SSE)
        3. HTTP with Streaming Support
      2. Development
        1. Configuration
          1. Docker
            1. License
              1. Contributing

                Related MCP Servers

                • -
                  security
                  F
                  license
                  -
                  quality
                  A demonstration server showing MCP implementation in Python with resource handling, tool operations, and reusable prompts for a simple user/post system with local database.
                  Last updated -
                  Python
                  • Apple
                  • Linux
                • -
                  security
                  A
                  license
                  -
                  quality
                  A demonstration server that implements the Model Context Protocol (MCP) SDK, providing tools and endpoints for server-sent events and message handling.
                  Last updated -
                  25
                  10
                  TypeScript
                  MIT License
                • A
                  security
                  A
                  license
                  A
                  quality
                  A modern Model Context Protocol (MCP) server that enables AI assistants to collect interactive user feedback, supporting text and image-based responses.
                  Last updated -
                  3
                  Python
                  MIT License
                • A
                  security
                  F
                  license
                  A
                  quality
                  A demonstration server based on Model Context Protocol (MCP) that showcases how to build custom tools for AI assistants, providing mathematical calculation and multilingual greeting capabilities.
                  Last updated -
                  3
                  TypeScript

                View all related MCP servers

                MCP directory API

                We provide all the information about MCP servers via our MCP API.

                curl -X GET 'https://glama.ai/api/mcp/v1/servers/soriat/soria-mcp'

                If you have feedback or need assistance with the MCP directory API, please join our Discord server