Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RM_DB_HOST | No | PostgreSQL database host | localhost |
| RM_DB_NAME | Yes | PostgreSQL database name | |
| RM_DB_PORT | No | PostgreSQL database port | 5432 |
| RM_DB_USER | Yes | PostgreSQL database user | |
| RM_DB_PASSWORD | Yes | PostgreSQL database password | |
| RM_OPENAI_API_KEY | Yes | API key for OpenAI-compatible embedding model | |
| RM_OPENAI_ENDPOINT | Yes | Model endpoint URL for OpenAI-compatible embedding model |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |