Dooray

v1.0.0Business Applicationsstable

NHN Dooray 서비스의 MCP 서버를 제작합니다.

dooraymcpai-integration
Share:
10
Stars
0
Downloads
0
Weekly
0/5

What is Dooray?

Dooray is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to nhn dooray 서비스의 mcp 서버를 제작합니다.

NHN Dooray 서비스의 MCP 서버를 제작합니다.

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • NHN Dooray 서비스의 MCP 서버를 제작합니다.

Use Cases

Integrate NHN Dooray project management with AI assistants.
jon890

Maintainer

LicenseMIT
Languagekotlin
Versionv1.0.0
UpdatedApr 17, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx dooray

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Dooray

The Dooray MCP Server integrates NHN Dooray's project management platform with AI assistants via the Model Context Protocol. It exposes 19 tools covering wiki pages, project tasks, comments, and member management, enabling AI clients to create and update tasks, post comments, manage wiki content, and query project workflows — all against the Dooray REST API using a Bearer token.

Prerequisites

  • Java 17 or higher installed (for building from source), or Docker
  • An active NHN Dooray account with API access
  • A Dooray API Key (Bearer token) from your Dooray settings
  • The Dooray base URL for your organization (e.g., https://api.dooray.com)
  • Claude Desktop or another MCP-compatible client
1

Pull and run with Docker (recommended)

The easiest way to run the Dooray MCP server is via the published Docker image. Pass your API key and base URL as environment variables.

docker pull bifos/dooray-mcp:latest
docker run -e DOORAY_API_KEY="your_api_key_here" \
           -e DOORAY_BASE_URL="https://api.dooray.com" \
           bifos/dooray-mcp:latest
2

Build from source (alternative)

Clone the repository and build a fat JAR using Gradle's shadowJar task, then run it directly.

git clone https://github.com/jon890/dooray-mcp-server.git
cd dooray-mcp-server
./gradlew clean shadowJar
java -jar build/libs/dooray-mcp-server-0.4.1-all.jar
3

Configure environment variables

Set the required environment variables. DOORAY_API_KEY and DOORAY_BASE_URL are mandatory. Optional variables control logging and caching behavior.

export DOORAY_API_KEY=your_api_key_here
export DOORAY_BASE_URL=https://api.dooray.com
export DOORAY_LOG_LEVEL=WARN
export DOORAY_PROJECT_CACHE_TTL_MINUTES=5
4

Add the server to Claude Desktop config

Configure Claude Desktop to run the Dooray MCP server via Docker. Edit ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.

{
  "mcpServers": {
    "dooray": {
      "command": "docker",
      "args": [
        "run", "--rm", "-i",
        "-e", "DOORAY_API_KEY=your_api_key_here",
        "-e", "DOORAY_BASE_URL=https://api.dooray.com",
        "bifos/dooray-mcp:latest"
      ]
    }
  }
}
5

Restart Claude Desktop and verify

Restart Claude Desktop and confirm the dooray server appears in the tools panel with 19 available tools.

Dooray Examples

Client configuration

Complete claude_desktop_config.json entry running the Dooray MCP server via Docker.

{
  "mcpServers": {
    "dooray": {
      "command": "docker",
      "args": [
        "run", "--rm", "-i",
        "-e", "DOORAY_API_KEY=your_api_key_here",
        "-e", "DOORAY_BASE_URL=https://api.dooray.com",
        "bifos/dooray-mcp:latest"
      ]
    }
  }
}

Prompts to try

Example natural language prompts to use with the Dooray MCP server once configured.

- "List all my Dooray projects"
- "Show me the open tasks in project my-project"
- "Create a new task called 'Fix login bug' in project my-project with high priority"
- "Add a comment to task post-id-123 saying 'Fixed in PR #42'"
- "List all wiki pages in project my-project"
- "Update the wiki page page-id-456 with the new architecture diagram description"

Troubleshooting Dooray

Authentication error or 401 Unauthorized from Dooray API

Verify DOORAY_API_KEY contains a valid Bearer token from your Dooray account. Go to Dooray Settings > Personal Access Token to generate or retrieve your key. Ensure DOORAY_BASE_URL matches your organization's Dooray domain.

Docker container exits immediately when run from Claude Desktop

Ensure the -i flag is included in docker run args so the container stays attached to stdin for MCP stdio transport. Without -i the container exits immediately. Also confirm Docker daemon is running before starting Claude Desktop.

Project list is stale or new projects are not appearing

The server caches project data for DOORAY_PROJECT_CACHE_TTL_MINUTES minutes (default: 5). Set DOORAY_PROJECT_CACHE_TTL_MINUTES=1 for near-real-time updates, or restart the container to clear the cache immediately.

Frequently Asked Questions about Dooray

What is Dooray?

Dooray is a Model Context Protocol (MCP) server that nhn dooray 서비스의 mcp 서버를 제작합니다. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Dooray?

Follow the installation instructions on the Dooray GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Dooray?

Dooray works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Dooray free to use?

Yes, Dooray is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Dooray Alternatives — Similar Business Applications Servers

Looking for alternatives to Dooray? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "dooray": { "command": "npx", "args": ["-y", "dooray"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Dooray?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides