Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_TYPE | No | Database type (default: postgres). Options: postgres, postgresql, mysql, mysql2, sqlite, redis, mongodb, mongo, ldap. | postgres |
| LDAP_URL | No | Connection string for LDAP (alternative to LDAP_CONNECTION_STRING) | |
| MYSQL_URL | No | Connection string for MySQL (alternative to MYSQL_CONNECTION_STRING) | |
| REDIS_URL | No | Connection string for Redis (alternative to REDIS_CONNECTION_STRING) | |
| SQLITE_URL | No | Connection string for SQLite (file path) | |
| MONGODB_URL | No | Connection string for MongoDB (alternative to MONGODB_CONNECTION_STRING) | |
| DATABASE_URL | No | Generic connection string fallback for PostgreSQL, MySQL, or SQLite | |
| LDAP_BIND_DN | No | Bind DN for LDAP authentication | |
| READ_ONLY_MODE | No | Read-only mode (default: true). Blocks write operations when true. Set to 'false' or '0' to enable writes. | true |
| LDAP_BIND_PASSWORD | No | Bind password for LDAP authentication | |
| LDAP_CONNECTION_STRING | No | Connection string for LDAP (e.g., ldap://localhost:389) | |
| MYSQL_CONNECTION_STRING | No | Connection string for MySQL | |
| REDIS_CONNECTION_STRING | No | Connection string for Redis (e.g., redis://localhost:6379) | |
| SQLITE_CONNECTION_STRING | No | Connection string for SQLite (file path, e.g., sqlite://./database.sqlite) | |
| MONGODB_CONNECTION_STRING | No | Connection string for MongoDB (e.g., mongodb://localhost:27017/mydb) | |
| POSTGRES_CONNECTION_STRING | No | Connection string for PostgreSQL (e.g., postgresql://user:password@localhost:5432/mydb) |
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 | |