MCP.so
ログイン

Dida365 MCP Server

@DCjanus

Dida365 MCP Server について

mcp server for dida365.com

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

go

トランスポート

stdio

公開者

DCjanus

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "dida365": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "--init",
        "--pull",
        "always",
        "ghcr.io/dcjanus/dida365-mcp-server:latest",
        "dida365-mcp-server",
        "-access_token",
        "<YOUR_ACCESS_TOKEN>"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Dida365 MCP Server?

Dida365 MCP Server is an MCP (Model Context Protocol) server implementation for Dida365, a task management service. It uses the Dida365 Official API and OAuth 2.0 authentication to allow MCP clients to interact with Dida365 data.

How to use Dida365 MCP Server?

First, obtain an access token via the recommended online service at https://dida365.dcjanus.com/oauth/login or by locally deploying an OAuth callback server. Then, add the server configuration to your MCP client, running the Docker image ghcr.io/dcjanus/dida365-mcp-server:latest with your access token passed as a command argument.

Key features of Dida365 MCP Server

  • Official OAuth 2.0 authentication mechanism
  • Standard MCP Server interface
  • STDIO-based MCP Server implementation
  • Docker-based deployment

Use cases of Dida365 MCP Server

  • Integrate Dida365 task management with AI assistants via MCP
  • Automate task creation, listing, or updates from MCP clients
  • Build custom MCP workflows that interact with Dida365

FAQ from Dida365 MCP Server

What is the Dida365 MCP Server?

It is an MCP server that exposes Dida365’s official API through the Model Context Protocol, enabling MCP-compatible clients to access Dida365 data.

How do I get an access token?

Visit https://dida365.dcjanus.com/oauth/login in your browser (recommended) or locally deploy the OAuth callback server. Follow the authorization steps to receive a JSON response containing the access_token.

How do I configure the server?

Add the configuration block to your MCP client settings, using the Docker command with your access token as shown in the README.

Is my access token secure?

Keep your access token secure and never share it with others. The README warns that if authorization fails, check your network connection or try reauthorizing.

コメント

「その他」の他のコンテンツ