Skip to main content
Glama
SarjuThakkar

TRMNL Chess MCP server

by SarjuThakkar

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort for the server. Defaults to 8000 locally.8000
LC0_PATHNoPath to lc0 binary. Set by the Dockerfile; override for non-container local run.
STATE_FILENoWhere game.json lives. Point this at a mounted volume in production or state is lost on every redeploy.
ENGINE_KINDNomaia (default) or stockfish. Only sets the starting engine for a fresh game.maia
ENGINE_LEVELNoStarting difficulty for ENGINE_KIND. Defaults to 1500 for Maia, 5 for Stockfish.
STOCKFISH_PATHNoPath to stockfish binary. Set by the Dockerfile; override for non-container local run.
MAIA_WEIGHTS_DIRNoDirectory containing Maia weights. Set by the Dockerfile; override for non-container local run.
MCP_BEARER_TOKENYesStatic token Pebble sends as Authorization: Bearer <token>.
TRMNL_PLUGIN_UUIDYesUUID of your TRMNL private plugin (Webhook strategy). Treat like a secret.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/SarjuThakkar/trmnl-chess-mcp'

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