Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MCP_STOCKFISH_PATH | No | Path to Stockfish binary | stockfish |
MCP_STOCKFISH_HTTP_HOST | No | HTTP host for server | localhost |
MCP_STOCKFISH_HTTP_PORT | No | HTTP port for server | 8080 |
MCP_STOCKFISH_LOG_LEVEL | No | Log level (debug, info, warn, error, fatal) | info |
MCP_STOCKFISH_LOG_FORMAT | No | Log format (json, console) | console |
MCP_STOCKFISH_LOG_OUTPUT | No | Log output destination (stdout, stderr) | stdout |
MCP_STOCKFISH_SERVER_MODE | No | Server mode, either 'stdio' or 'http' | stdio |
MCP_STOCKFISH_MAX_SESSIONS | No | Maximum number of concurrent sessions | 10 |
MCP_STOCKFISH_COMMAND_TIMEOUT | No | Command timeout duration | 30s |
MCP_STOCKFISH_SESSION_TIMEOUT | No | Session timeout duration | 30m |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |