Dida365 MCP Server
@DCjanus
About Dida365 MCP Server
mcp server for dida365.com
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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>"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
ICSS
chokcoco不止于 CSS
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Servers
modelcontextprotocolModel Context Protocol Servers
Comments