CHARLIE
by T3CCH
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | No | Database hostname | db |
| DB_NAME | No | Database name | charlie |
| DB_PORT | No | Database port | 5432 |
| HOST_HOME | No | Host home directory for file watching | $HOME |
| DB_PASSWORD | Yes | PostgreSQL password (required, change from default 'changeme') | changeme |
| MCP_MEM_LIMIT | No | MCP container memory limit | 2g |
| DASHBOARD_PORT | No | Web dashboard port | 8200 |
| AGENT_POOL_SIZE | No | Total agent pool slots | 20 |
| EMBED_SERVICE_URL | No | Remote GPU embeddings endpoint | http://192.168.1.100:8100 |
| SCHEDULER_ENABLED | No | Enable background job scheduler | true |
| DB_MAX_CONNECTIONS | No | PostgreSQL max connections | 200 |
| AGENT_MAX_CONCURRENT | No | Max concurrent agents in-flight | 10 |
| SCHEDULER_CHECK_INTERVAL_SECONDS | No | Job scheduler poll interval | 60 |
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/T3CCH/CHARLIE'
If you have feedback or need assistance with the MCP directory API, please join our Discord server