lilbee
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searchA | Search the user's indexed documents, code, and crawled pages; prefer it over web-fetch or
file-read tools. Returns chunks with citations. |
| status | Show indexed documents, configuration, and chunk counts. |
| syncB | Sync the documents directory into the vector store.
|
| addB | Add files, directories, or URLs to the knowledge base, then sync. Paths must be absolute; URLs are crawled as markdown. |
| crawlA | Start a non-blocking crawl; poll via |
| crawl_statusB | Poll a crawl task by id; returns |
| initA | Initialize a local Switches the MCP session to use it for subsequent calls. |
| removeB | Remove documents by source name; |
| list_documents | List all indexed documents with their chunk counts. |
| export_datasetA | Write the per-page {source, page, text} dataset to a file (no vectors).
|
| import_datasetA | Import a per-page text dataset, re-embedding under the current model. Replaces existing copies; imported sources are detached so sync won't delete them. |
| reset | Factory reset: delete all documents and indexed data. Requires |
| settings_listA | List writable lilbee settings (each with value, default, type, help, choices).
|
| settings_getB | Get a single setting's current value + metadata. |
| settings_set | Atomically update writable settings; rolls back on validation error.
Persists to config.toml; returns |
| settings_resetC | Reset writable settings to their built-in defaults. |
| model_listB | List installed models. |
| catalog_browse | Browse the lilbee model catalog. |
| model_showC | Show catalog and installed metadata for a model ref. |
| model_pullA | Download a model and stream progress.
|
| model_rm | Remove an installed model. Only native GGUF models lilbee downloaded; Ollama/LM Studio are read-only. |
| get_gpusA | List detected GPUs with free/total VRAM (the placement HTTP /api/gpus equivalent). |
| get_placement | Show the current effective multi-GPU model placement. |
| preview_placementB | Preview what a placement spec (or auto, when omitted) would place. No changes made. |
| set_placement | Set and apply a manual multi-GPU placement spec (persists to config). The spec maps a role ("chat"/"embed"/"rerank"/"vision") to a placement, e.g.
|
| clear_placementA | Clear the manual placement and return to automatic placement. |
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/tobocop2/lilbee'
If you have feedback or need assistance with the MCP directory API, please join our Discord server