{"id":30678163,"url":"https://github.com/bbrks/mcp-server-couchbase-sync-gateway","last_synced_at":"2026-04-16T02:32:41.666Z","repository":{"id":310682961,"uuid":"1036274355","full_name":"bbrks/mcp-server-couchbase-sync-gateway","owner":"bbrks","description":"Experimental and unofficial MCP Server for interacting with Couchbase Sync Gateway","archived":false,"fork":false,"pushed_at":"2025-08-12T10:22:53.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-04T22:58:04.085Z","etag":null,"topics":["couchbase","llm-tools","mcp","mcp-server","sync-gateway"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bbrks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-08-11T20:33:03.000Z","updated_at":"2025-08-12T10:28:37.000Z","dependencies_parsed_at":"2025-08-19T17:10:00.381Z","dependency_job_id":"f11bdd6b-9678-4300-9fd6-4fb83b44495f","html_url":"https://github.com/bbrks/mcp-server-couchbase-sync-gateway","commit_stats":null,"previous_names":["bbrks/mcp-server-couchbase-sync-gateway"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bbrks/mcp-server-couchbase-sync-gateway","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbrks%2Fmcp-server-couchbase-sync-gateway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbrks%2Fmcp-server-couchbase-sync-gateway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbrks%2Fmcp-server-couchbase-sync-gateway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbrks%2Fmcp-server-couchbase-sync-gateway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbrks","download_url":"https://codeload.github.com/bbrks/mcp-server-couchbase-sync-gateway/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbrks%2Fmcp-server-couchbase-sync-gateway/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31868529,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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":["couchbase","llm-tools","mcp","mcp-server","sync-gateway"],"created_at":"2025-09-01T13:45:29.166Z","updated_at":"2026-04-16T02:32:41.637Z","avatar_url":"https://github.com/bbrks.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mcp-server-couchbase-sync-gateway\n\nExperimental and unofficial MCP Server for interacting with Couchbase Sync Gateway.\n\n## Disclaimer\n\n⚠️ This is a personal experiment in building an MCP Server. It is not production ready nor officially supported by Couchbase. For official Couchbase MCP support, see  [mcp-server-couchbase](https://github.com/Couchbase-Ecosystem/mcp-server-couchbase)\n\n## Demo\n\nThe below was run *completely offline* in LM Studio using OpenAI's `gpt-oss-20b` model running a on a **16GB RTX 4080 Super**\n\nhttps://github.com/user-attachments/assets/943cd42e-c613-4e51-b4ae-611f97156e4f\n\n## Installation\n\nDownload from releases, or install binary via Go\n\n```bash\ngo get github.com/bbrks/mcp-server-couchbase-sync-gateway@latest\n```\n\n## Configuration\n\nConfigure via flags and env vars (usually set in your `mcp.json` configuration):\n\n- `--sg-admin-api` or `COUCHBASE_SYNC_GATEWAY_ADMIN_API` (required): Admin API base URL, e.g. `https://localhost:4985`\n- `COUCHBASE_SYNC_GATEWAY_ADMIN_USERNAME` (optional)\n- `COUCHBASE_SYNC_GATEWAY_ADMIN_PASSWORD` (optional)\n\n### LM Studio `mcp.json` config example:\n\n```json\n{\n  \"mcpServers\": {\n    \"couchbase-sync-gateway\": {\n      \"command\": \"couchbase-sync-gateway.exe\",\n      \"args\": [\n        \"--sg-admin-api-url\",\n        \"http://192.168.68.254:4985\"\n      ],\n      \"env\": {\n        \"COUCHBASE_SYNC_GATEWAY_ADMIN_USERNAME\": \"sgw-mcp-admin-user\",\n        \"COUCHBASE_SYNC_GATEWAY_ADMIN_PASSWORD\": \"hunter2\"\n      }\n    }\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbrks%2Fmcp-server-couchbase-sync-gateway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbrks%2Fmcp-server-couchbase-sync-gateway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbrks%2Fmcp-server-couchbase-sync-gateway/lists"}