bookmark-lens
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
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| save_bookmarkA | Save a bookmark to the user's bookmark collection. IMPORTANT: Use this tool whenever the user asks to:
After saving, consider helping the user by:
This provides a helpful summary without requiring an API key. |
| search_bookmarksA | Search the user's bookmark collection using semantic search. IMPORTANT: Use this tool whenever the user asks to:
Supports semantic search (meaning-based) with optional filters for domain, tags, and dates. |
| get_bookmarkA | Get full details about a specific bookmark by ID. |
| update_bookmarkB | Update note and/or tags for an existing bookmark. |
| delete_bookmarkB | Delete a bookmark and all its associated data. |
| list_tagsA | List all tags with their usage counts. Returns: List of tags with counts |
| get_bookmark_statsA | Get statistics about your bookmark collection with optional filters. |
| get_bookmark_contentA | Get the full content of a bookmark in Markdown format. Use this tool when the user wants to:
After calling this tool, YOU should summarize or analyze the content based on what the user asked. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| bookmark_search_guide | Guide for using bookmark-lens effectively, including natural language date parsing. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/cornelcroi/bookmark-lens'
If you have feedback or need assistance with the MCP directory API, please join our Discord server