Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoTCP port to listen on for the HTTP server.3000
DATA_DIRNoPersistent state directory for the HTTP server (default /data in Docker).
AUTH_TOKENNoBearer token protecting /api/* and /mcp endpoints.
DATABASE_URLNoPostgres database URL for persistent storage. If unset, uses local JSON inventory file.
INVENTORY_JSONNoOne-time seed JSON for initial inventory when INVENTORY_PATH is absent.
INVENTORY_PATHNoPath to inventory.json file. Defaults to ~/.minipainting/inventory.json locally or /data/inventory.json in Docker.
MCP_SERVER_NAMENoServer name shown in MCP handshake and startup logs.paint-inventory
INVENTORY_SYNC_TOKENNoBearer token protecting /inventory sync endpoint.
WARPAINT_INVENTORY_JSONNoLegacy alias for INVENTORY_JSON.

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/ArturSkowronski/minipainter'

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