Chrome Bookmark MCP Server
by mamba-mental
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDIS_DB | No | Redis database index (default: 0) | |
| REDIS_HOST | No | Redis host (default: localhost) | |
| REDIS_PORT | No | Redis port (default: 6379) | |
| SECRET_KEY | No | Secret key for server encryption | |
| JWT_ALGORITHM | No | JWT algorithm (default: HS256) | |
| JWT_SECRET_KEY | No | Secret key for JWT tokens | |
| MCP_SERVER_HOST | No | Host for the MCP server (default: localhost) | |
| MCP_SERVER_PORT | No | Port for the MCP server (default: 8012) | |
| ELASTICSEARCH_HOST | No | ElasticSearch host (default: localhost) | |
| ELASTICSEARCH_PORT | No | ElasticSearch port (default: 9200) | |
| ELASTICSEARCH_INDEX | No | ElasticSearch index name (default: chrome_bookmarks) | |
| JWT_EXPIRATION_DELTA | No | JWT token expiration time in seconds (default: 3600) |
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
- 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/mamba-mental/chrome-bookmark-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server