bookmark-lens
by cornelcroi
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_MODEL | No | LLM model for Smart Mode (optional). | claude-3-haiku-20240307 |
| LLM_API_KEY | No | API key for the LLM provider (optional). | |
| MAX_CONTENT_LENGTH | No | Maximum content length in characters to extract. | 50000 |
| EMBEDDING_DIMENSION | No | Dimension of the embedding vectors. | 384 |
| EMBEDDING_MODEL_NAME | No | Name of the sentence-transformers embedding model. | all-MiniLM-L6-v2 |
| BOOKMARK_LENS_USER_AGENT | No | User agent string for HTTP requests. | bookmark-lens/0.1.0 |
| BOOKMARK_LENS_DUCKDB_PATH | No | Path to DuckDB database file. | ./data/bookmark_lens.db |
| BOOKMARK_LENS_LANCEDB_PATH | No | Path to LanceDB vector database. | ./data/embeddings.lance |
| BOOKMARK_LENS_FETCH_TIMEOUT | No | Timeout in seconds for fetching web pages. | 30 |
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/cornelcroi/bookmark-lens'
If you have feedback or need assistance with the MCP directory API, please join our Discord server