Leela MCP Server
by indulge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LC0_PATH | Yes | Path to the lc0 engine binary (default: ./lc0/build/release/lc0) | |
| LC0_BACKEND | No | Force a backend (e.g., eigen, blas, cuda) (default: auto-detect) | |
| LC0_THREADS | No | Search threads (default: min(8, cpu_count)) | |
| LC0_WEIGHTS | Yes | Path to the network weights file (.pb.gz) (default: ./networks/t1-256x10-distilled.pb.gz) | |
| LC0_MAX_NODES | No | Hard cap per request (default: 5000000) | |
| LC0_DEFAULT_NODES | No | Default search budget per call (default: 2000) | |
| LC0_MAX_MOVETIME_MS | No | Hard cap per request (default: 60000) |
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/indulge/leela-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server