Biblos
by juanvs23
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_PATH | No | SQLite database file path. | /opt/biblos/biblos.db |
| ROUTER_URL | No | Base URL of the llama.cpp-compatible embeddings router. | http://127.0.0.1:8085 |
| BIBLOS_HOST | No | HTTP bind host. | 127.0.0.1 |
| BIBLOS_PORT | No | HTTP bind port. | 8199 |
| BIBLOS_API_KEY | Yes | Bearer API key. The server refuses to start without it. | |
| BIBLOS_MIN_SCORE | No | Drop merged search hits below this score. | 0 |
| BIBLOS_EMBED_MODEL | No | Embedding model served by the router. | nomic-embed-text-v1.5.Q8_0 |
| BIBLOS_FUSION_WEIGHT | No | Hybrid fusion weight w in [0,1]; 0.5 is a 50/50 blend of semantic and keyword scores. | 0.5 |
| BIBLOS_ALLOWED_ORIGINS | Yes | Comma-separated Origin allowlist. Requests with a missing/disallowed Origin get 403. | |
| BIBLOS_EMBED_TIMEOUT_MS | No | Total per-attempt budget (ms) for one embedding call. | 10000 |
| BIBLOS_EMBED_CONNECT_TIMEOUT_MS | No | Fast-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
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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