ChessPal Chess Engine
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | MCP server host. | 127.0.0.1 |
| MCP_PORT | No | MCP server port. | 9000 |
| LOG_LEVEL | No | Logging level (e.g., INFO, DEBUG). | INFO |
| ENVIRONMENT | No | Runtime environment (development/production). | development |
| CHESSPAL_ENGINE_OS | No | Fallback configuration: operating system (auto-detected if not set). | |
| CHESSPAL_ENGINE_NAME | No | Fallback configuration: engine name (used if CHESSPAL_ENGINE_PATH is not set). | stockfish |
| CHESSPAL_ENGINE_PATH | No | Primary configuration: path to the Stockfish engine binary. If set, overrides fallback configuration. | |
| CHESSPAL_ENGINE_DEPTH | No | Engine search depth. | 10 |
| CHESSPAL_ENGINE_BINARY | No | Fallback configuration: binary name (include .exe for Windows). | stockfish |
| CHESSPAL_ENGINE_VERSION | No | Fallback configuration: engine version. | 17.1 |
| CHESSPAL_ENGINE_TIMEOUT_MS | No | Engine calculation timeout in milliseconds. | 1000 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/wilson-urdaneta/chesspal-mcp-engine'
If you have feedback or need assistance with the MCP directory API, please join our Discord server