{"id":32544450,"url":"https://github.com/cdzombak/raindrop-io-mcp-server-docker","last_synced_at":"2026-05-14T13:35:40.558Z","repository":{"id":317749655,"uuid":"1065948892","full_name":"cdzombak/raindrop-io-mcp-server-docker","owner":"cdzombak","description":"Docker image for Raindrop.io MCP server","archived":false,"fork":false,"pushed_at":"2025-09-28T18:55:45.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-06T11:10:03.705Z","etag":null,"topics":["docker","mcp","raindrop"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cdzombak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-28T18:50:07.000Z","updated_at":"2025-09-28T18:55:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"85798659-7726-45d8-b391-37a5dcb3be92","html_url":"https://github.com/cdzombak/raindrop-io-mcp-server-docker","commit_stats":null,"previous_names":["cdzombak/raindrop-io-mcp-server-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cdzombak/raindrop-io-mcp-server-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdzombak%2Fraindrop-io-mcp-server-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdzombak%2Fraindrop-io-mcp-server-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdzombak%2Fraindrop-io-mcp-server-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdzombak%2Fraindrop-io-mcp-server-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdzombak","download_url":"https://codeload.github.com/cdzombak/raindrop-io-mcp-server-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdzombak%2Fraindrop-io-mcp-server-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33027067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","mcp","raindrop"],"created_at":"2025-10-28T17:59:38.393Z","updated_at":"2026-05-14T13:35:40.488Z","avatar_url":"https://github.com/cdzombak.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raindrop.io MCP Server Docker Image\n\nA Docker image for the Raindrop.io MCP Server that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP).\n\n## Features\n\n- Create bookmarks\n- Search bookmarks\n- List collections\n- Filter by tags\n\n## Usage\n\n### Pull and Run\n\n```bash\ndocker pull docker.io/cdzombak/raindrop-mcp-server:latest\n```\n\n### Claude Desktop Configuration\n\nAdd to your Claude Desktop config file:\n\n**macOS:** `~/Library/Application Support/Claude/claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"raindrop\": {\n      \"command\": \"docker\",\n      \"args\": [\n        \"run\",\n        \"--rm\",\n        \"-i\",\n        \"--init\",\n        \"-e\", \"RAINDROP_TOKEN\",\n        \"docker.io/cdzombak/raindrop-mcp-server:latest\"\n      ],\n      \"env\": {\n        \"RAINDROP_TOKEN\": \"your_raindrop_api_token_here\"\n      }\n    }\n  }\n}\n```\n\n### Getting Your Raindrop.io API Token\n\n1. Go to [Raindrop.io App Settings](https://app.raindrop.io/settings/integrations)\n2. Click \"Create new app\"\n3. Copy the \"Test token\"\n\n## Available Tools\n\n- **create-bookmark**: Create a new bookmark\n- **search-bookmarks**: Search bookmarks\n- **list-collections**: List collections","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdzombak%2Fraindrop-io-mcp-server-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdzombak%2Fraindrop-io-mcp-server-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdzombak%2Fraindrop-io-mcp-server-docker/lists"}