Back to Home

dooray-mcp-server

Verified Safe

by john33fiao

Overview

Provides a read-only Model Context Protocol (MCP) server to query Dooray API data for projects, posts, and wikis, intended for use with MCP-compatible clients like MCP Inspector or AI agents.

Installation

Run Command
npm run start

Environment Variables

  • DOORAY_API_TOKEN
  • DOORAY_API_BASE_URL

Security Notes

The server is designed for read-only access to the Dooray API, reducing risks associated with data modification. It correctly uses environment variables for the API token, preventing hardcoded credentials. No 'eval' or other directly dangerous patterns are present in the provided source code snippets or project description. The Python files are separate examples and also follow secure practices for handling API tokens. It's crucial that the Dooray API token itself is managed securely outside the application.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens75
Stars0
Forks0
Last Update2025-11-25

Tags

Dooray APIMCP ServerRead-OnlyNode.jsTypeScript