Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ZOTERO_LOCALNoUse the local Zotero API. Set to 'true' for local read mode. Default is false.
GEMINI_API_KEYNoYour Gemini API key (required for Gemini embeddings).
OPENAI_API_KEYNoYour OpenAI API key (required for OpenAI embeddings).
ZOTERO_API_KEYNoYour Zotero API key. Required for web API access and write operations.
ZOTERO_DB_PATHNoCustom path to zotero.sqlite database file.
GEMINI_BASE_URLNoCustom Gemini endpoint URL (optional, for compatible APIs).
OLLAMA_BASE_URLNoOllama server URL (default: http://localhost:11434).
OPENAI_BASE_URLNoCustom OpenAI endpoint URL (optional, for compatible APIs).
ZOTERO_LIBRARY_IDNoYour Zotero library ID (numeric user ID or group ID). Required for web API access.
ZOTERO_WEBDAV_URLNoOptional WebDAV folder URL for direct attachment downloads in remote mode.
ZOTERO_LIBRARY_TYPENoThe type of library: 'user' (default) or 'group'.
GEMINI_EMBEDDING_MODELNoGemini embedding model name: 'gemini-embedding-001'.
OLLAMA_EMBEDDING_MODELNoOllama embedding model name (e.g., 'nomic-embed-text', 'bge-m3', 'qwen3-embedding' by default).
OPENAI_EMBEDDING_MODELNoOpenAI embedding model name: 'text-embedding-3-small' or 'text-embedding-3-large'.
ZOTERO_EMBEDDING_MODELNoEmbedding model for semantic search: 'default', 'openai', 'gemini', or 'ollama'.
ZOTERO_WEBDAV_PASSWORDNoOptional WebDAV password.
ZOTERO_WEBDAV_USERNAMENoOptional WebDAV username.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Nehra-Amaterasu/zotero-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server