bookmark-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host for HTTP server (HTTP only). | 127.0.0.1 |
| PORT | No | Port for HTTP server (HTTP only). | 3000 |
| LOG_LEVEL | No | Log level: debug, info, warn, error. | info |
| BOOKMARKS_FILE | No | Path to the bookmarks JSON file. | ./data/bookmarks.json |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add_bookmarkA | Save a URL to the user's reading list. Rejects duplicate URLs. Returns the created bookmark including its generated id. |
| search_bookmarksA | Search the reading list by free text, tag, and/or read status. Call without arguments to list the most recent bookmarks. |
| mark_readA | Mark a bookmark as read. Safe to call repeatedly. |
| delete_bookmarkA | Permanently delete a bookmark from the reading list. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| reading_digest | Build a prioritized digest of unread bookmarks, optionally scoped to one tag. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| all-bookmarks | The complete reading list as JSON, newest first. |
| bookmark-stats | Totals and per-tag counts for the reading list. |
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/privatenesk/playground_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server