dooray-dbins-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@dooray-dbins-mcpshow me my tasks in Dooray"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
dooray-dbins-mcp
Vercel에 배포하는 Dooray REST·CalDAV·LDAP·CardDAV 조회 전용 MCP 서버입니다. 하나의 stateless Streamable HTTP endpoint에서 기존 18개 도구와 CardDAV 연락처 도구 3개를 제공합니다.
제공 도구
Dooray REST 11개:
dooray_check_connection,dooray_whoami,dooray_common,dooray_projects,dooray_tasks,dooray_messenger,dooray_calendar,dooray_wiki,dooray_drive,dooray_api_get,dooray_capabilitiesCalDAV·LDAP 7개:
service_status,calendar_list_calendars,calendar_get_events,calendar_search_events,directory_search_people,directory_get_person,directory_get_group_membersCardDAV 3개:
carddav_list_address_books,carddav_search_contacts,carddav_get_contact
CardDAV source는 personal(carddav.dooray.co.kr)과 organization(carddav-members.dooray.co.kr)으로 고정됩니다. 인증은 기존 DOORAY_USERNAME / DOORAY_PASSWORD를 CalDAV·LDAP와 함께 재사용하며 CardDAV 전용 자격증명 환경변수는 없습니다.
모든 도구에는 read-only annotation이 적용됩니다. Dooray REST는 GET만 사용하고, CalDAV·CardDAV는 조회용 OPTIONS·PROPFIND·REPORT·GET만 사용하며, LDAP는 bind·search·unbind만 사용합니다. CardDAV 응답은 제한된 연락처 필드만 반환하고 전체 vCard, PHOTO, SOUND, KEY는 반환하지 않습니다.
Related MCP server: TrustLayer MCP Server
MCP 엔드포인트
https://<your-vercel-project>.vercel.app/<64-character-path-token>/mcp경로 토큰은 필수이며 직접 /api/mcp 경로는 차단됩니다. MCP 클라이언트가 지원하면 별도 MCP_ACCESS_KEY를 Bearer 또는 X-MCP-Access-Key로 보낼 수 있습니다.
환경변수
이름 | 필수 | 설명 |
| 예 | 정확히 64자의 URL-safe 경로 보호 secret |
| 예 | CalDAV·CardDAV Basic auth와 LDAP bind에 공통 사용 |
| 예 | CalDAV·CardDAV Basic auth와 LDAP bind에 공통 사용 |
| 예 | Dooray REST 개인 API token |
| 아니오 | Bearer 또는 사용자 정의 헤더 호환 access key |
| 아니오 | 추가 허용 Origin, 쉼표 구분 |
| 아니오 | 기본값 |
| 아니오 | 추가 허용 Dooray host, 쉼표 구분 |
| 아니오 | 기본값 20,000ms |
| 아니오 | 기본값 2,000,000 bytes |
| 아니오 | 기본값 120,000자 |
실제 secret은 Vercel Environment Variables 또는 로컬의 무시되는 .env.local에만 저장하고 커밋하지 않습니다.
로컬 검증
npm ci
npm run checkVercel 배포
공개 GitHub 저장소를 Vercel의 New Project에서 Import합니다.
Framework Preset은 Other 또는 자동 감지를 사용하고 Build Command는
npm run build으로 둡니다.Production 환경변수를 등록합니다.
배포 후
/<64-character-path-token>/mcp에서 MCP initialize와 tools/list를 확인합니다.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables read-only access to GitLab and Jira data through MCP, allowing users to list projects, merge requests, issues, and search Jira tickets via natural language queries. Provides safe, structured access to project management data without write permissions.12MIT
- Alicense-quality-maintenanceProvides read-only access to TrustLayer's public API, enabling users to query and retrieve data about parties, documents, projects, and other TrustLayer entities through MCP-compatible tools.
- AlicenseBqualityCmaintenanceEnables Claude, Cursor, and other MCP clients to query PeopleForce HRIS data (employees, time-off, recruitment) via 27 read-only tools.283MIT
- Alicense-qualityAmaintenanceEnables to manage Nextcloud files, user info, sharing, calendar, and contacts through optimized MCP tools with dynamic tool selection and enterprise-grade security.MIT
Related MCP Connectors
A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud
Read-only MCP server for Muovi, Argentina's trust-first local services marketplace (6 tools).
34 production API tools over one hosted MCP endpoint.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/shaterguy/dooray-dbins-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server