Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEBUG | No | Enable debug logging | false |
ENDPOINT | No | REST endpoint path | /rest |
SSE_PATH | No | SSE endpoint path | /sse |
LOG_LEVEL | No | Log level (debug, info, warn, error) | info |
SERVER_HOST | No | HTTP server host for SSE/REST transport | localhost |
SERVER_PORT | No | HTTP server port for SSE/REST transport | 3000 |
MESSAGE_PATH | No | Messages endpoint path | /messages |
TRANSPORT_TYPE | No | Transport method (stdio, sse, rest) | stdio |
ENABLE_FILE_LOGGING | No | Enable logging to files | false |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
explain | Comprehensive explanation of Model Context Protocol (MCP) topics with full documentation context |
evaluate_server_compliance | Evaluates Model Context Protocol (MCP) specification compliance for a given server repository |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
MCP Complete Specification | The complete Model Context Protocol specification including schema, architecture, base protocol, utilities, server features, and client features |
MCP Specification JSON Schema | The complete Model Context Protocol JSON schema specification (2025-03-26) |
MCP Specification - Architecture | Overview of the Model Context Protocol architecture. |
MCP Specification - Base Protocol | Base protocol details for the Model Context Protocol. |
MCP Specification - Utilities | Utility features including Ping, Cancellation, and Progress Reporting from the Model Context Protocol specification. |
MCP Specification - Server Features | Server features including Prompts, Resources, Tools, and Server Utilities from the Model Context Protocol specification. |
MCP Specification - Client Features | Client features including Roots and Sampling from the Model Context Protocol specification. |
MCP Getting Started | Getting started guides for client developers, server developers, and users |
MCP Development | Development resources including contributing guidelines, roadmap, and updates |
MCP SDK Documentation | SDK documentation for various programming languages |
MCP Tutorials & Examples | Tutorials, examples, and implementation guides |
MCP General Documentation | General documentation including FAQs, introduction, and client list |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |