Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| POSTGRES_HOST | No | PostgreSQL server hostname | localhost |
| POSTGRES_PORT | No | PostgreSQL server port | 5432 |
| POSTGRES_USER | No | PostgreSQL username | |
| POSTGRES_DATABASE | No | PostgreSQL database name | jsonschema_mcp |
| POSTGRES_PASSWORD | No | PostgreSQL password | |
| POSTGRES_AUTO_RESET | No | WARNING: Drops all data! | false |
| POSTGRES_AUTO_CREATE_SCHEMA | No | Auto-create tables if missing | true |
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 | |