Librarian
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHUNK_SIZE | No | Max characters per chunk | 512 |
| MMR_LAMBDA | No | MMR diversity (0=diverse, 1=relevant) | 0.7 |
| HYBRID_ALPHA | No | Vector vs keyword weight (1=vector only) | 0.7 |
| SEARCH_LIMIT | No | Default results limit | 10 |
| CHUNK_OVERLAP | No | Overlap between chunks | 50 |
| DATABASE_PATH | No | SQLite database location | ~/.librarian/index.db |
| DOCUMENTS_PATH | No | Root directory for files | ./documents |
| EMBEDDING_MODEL | No | Local model name | all-MiniLM-L6-v2 |
| OPENAI_API_BASE | No | OpenAI-compatible API URL | http://localhost:7171/v1 |
| EMBEDDING_PROVIDER | No | local or openai | openai |
| OPENAI_EMBEDDING_MODEL | No | API model name | qwen3-embedding-06b |
| LIBRARIAN_ENABLE_OPTIONAL_TOOLS | No | Set to true to enable optional tools (Librarian_GetLibraryOverview, Librarian_SuggestLibraryLocation) | false |
Capabilities
Server capabilities have not been inspected yet.
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 | |
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/arcadeai-labs/agent-library'
If you have feedback or need assistance with the MCP directory API, please join our Discord server