Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OLLAMA_HOST | No | Ollama host URL | |
| OPENAI_API_KEY | No | OpenAI API key for embeddings | |
| ZOTERO_DB_HOST | No | PostgreSQL database host | |
| ZOTERO_DB_NAME | No | PostgreSQL database name | zotero_mcp |
| ZOTERO_DB_PORT | No | PostgreSQL database port | 5432 |
| ZOTERO_DB_PASSWORD | No | PostgreSQL database password | |
| ZOTERO_DB_USERNAME | No | PostgreSQL database username | |
| ZOTERO_EMBEDDING_PROVIDER | No | Embedding provider (openai or ollama) |
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 | |