MCP server for Dooray task and calendar integration
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"dooray-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Dooray MCP Server MCP server for Dooray project management and messenger integration. ## Features - **Task Management**: Create, list, get, update tasks / Change workflow / Mark as done - **Comments**: List, add, update, delete comments on tasks - **Project**: Get project details, list workflows - **Milestones**: Full CRUD (create, list, get, update, delete) - **Tags**: Create, list, get tags - **Templates**: Full CRUD for post templates - **Members**: Search organization members, manage project members - **Messenger**: Create channels, send messages, DM, manage channel members ## Installation ```bash pip install dooray-mcp ``` ## Configuration Create a `.env` file: ```env DOORAY_API_KEY=your-api-key ``` ## Usage ### MCP Server (for Claude Desktop, Cursor, etc.) ```json { "mcpServers": { "dooray": { "command": "dooray-mcp" } } } ``` ### CLI ```bash # Tasks dooray task list --project-id YOUR_PROJECT_ID dooray task create --project-id YOUR_PROJECT_ID --subject "New Task" dooray task set-done TASK_ID --project-id YOUR_PROJECT_ID # Comments dooray comment list TASK_ID --project-id YOUR_PROJECT_ID dooray comment add TASK_ID --project-id YOUR_PROJECT_ID --content "Comment" # Project & Milestones dooray project get PROJECT_ID dooray milestone list --project-id YOUR_PROJECT_ID # Members & Messenger dooray member search --name "John" dooray messenger send --channel-id CH_ID --content "Hello" ``` For full CLI reference, see [docs/tools-reference.md](docs/tools-reference.md). ## MCP Tools (32 tools) | Domain | Tools | Operations | |--------|-------|------------| | Task | 6 | list, get, create, update, set-workflow, set-done | | Comment | 4 | list, add, update, delete | | Project | 2 | get, list-workflows | | Milestone | 5 | list, get, create, update, delete | | Tag | 3 | list, get, create | | Template | 5 | list, get, create, update, delete | | Member | 4 | search, list-project, get-project, add-project | | Messenger | 6 | list-channels,…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.