Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_PATHNoSQLite database file path./opt/biblos/biblos.db
ROUTER_URLNoBase URL of the llama.cpp-compatible embeddings router.http://127.0.0.1:8085
BIBLOS_HOSTNoHTTP bind host.127.0.0.1
BIBLOS_PORTNoHTTP bind port.8199
BIBLOS_API_KEYYesBearer API key. The server refuses to start without it.
BIBLOS_MIN_SCORENoDrop merged search hits below this score.0
BIBLOS_EMBED_MODELNoEmbedding model served by the router.nomic-embed-text-v1.5.Q8_0
BIBLOS_FUSION_WEIGHTNoHybrid fusion weight w in [0,1]; 0.5 is a 50/50 blend of semantic and keyword scores.0.5
BIBLOS_ALLOWED_ORIGINSYesComma-separated Origin allowlist. Requests with a missing/disallowed Origin get 403.
BIBLOS_EMBED_TIMEOUT_MSNoTotal per-attempt budget (ms) for one embedding call.10000
BIBLOS_EMBED_CONNECT_TIMEOUT_MSNoFast-fail budget (ms) for the connect phase of an embedding call.3000

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

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/juanvs23/biblos'

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