Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| POSTGRES_DB | No | Database Name | kouhai |
| QDRANT_HOST | No | Qdrant Host | localhost |
| MCP_TRANSPORT | No | Server Transport (stdio or sse) | stdio |
| POSTGRES_USER | No | Postgres Username | kouhai |
| OPENAI_API_KEY | No | (Optional) For OpenAI Embeddings | |
| POSTGRES_PASSWORD | No | Postgres Password | password |
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 | |