DODO MCP
Provides Git operations as part of its software development toolset, allowing AI to run Git commands within the workspace.
Provides TypeScript/JavaScript intelligence and language server protocol (LSP) capabilities for analyzing and editing JavaScript files.
Provides TypeScript/JavaScript intelligence and language server protocol (LSP) capabilities for analyzing and editing TypeScript files.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DODO MCPread src/example.ts, add input validation, then run the tests"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DODO MCP
DODO MCP 1.0.0 คือ MCP server แบบ local-first สำหรับให้ AI ช่วยพัฒนา software โดยทำงานกับ workspace ที่เจ้าของเลือก ใช้ OAuth, workspace ACL, trust policy และ file/secret guards เป็นชั้นความปลอดภัยหลัก
จุดเด่น
MCP ผ่าน HTTP ที่
127.0.0.1:21730/mcpพร้อม OAuth และ PKCELocal Config แบบ loopback ที่
127.0.0.1:21731HTTP ใช้ Compact Tool Surface 19 tools เพื่อลดภาระการโหลด schema
STDIO ใช้ Full Tool Surface 74 tools เป็นค่าเริ่มต้น
Hybrid Surface 49 tools สำหรับ client ที่รับ catalog ขนาดกลาง
อ่าน ค้นหา สร้าง แก้ ย้าย ลบไฟล์ พร้อม expected hash, journal และ rollback
รันคำสั่ง งานแบบขนาน jobs, Git, TypeScript/JavaScript intelligence, LSP และ task assistance
รองรับภาพ เสียง วิดีโอ เบราว์เซอร์ เกม และ workflow ตาม dependency และ permission ที่เจ้าของเปิดใช้
เปลี่ยน workspace จาก Local Config ได้จริง โดยรอ request/jobs และ rollback เมื่อเตรียม workspace ใหม่ไม่สำเร็จ
ไม่ส่ง token, secret หรือ state DB ไปที่ repository และไม่ให้ repository config เพิ่มสิทธิ์
Related MCP server: GPT Commander
เริ่มใช้งาน
npm install -g dodo-mcp
dodo setup --check
cd /path/to/your/project
dodo trust --mode edit
dodo startเปิด Local Config จาก URL ที่ dodo แสดงใน terminal ใช้สำหรับตั้ง trust, public origin, client access และเปลี่ยน workspace เจ้าของเท่านั้น
สำหรับ local MCP client เช่น Codex, Cursor หรือ Claude Desktop:
dodo stdio --root /path/to/your/projectSTDIO ใช้ full catalog เป็นค่าเริ่มต้น ถ้าต้องการลด catalog ชั่วคราว:
dodo stdio --root /path/to/your/project --tools compact
dodo stdio --root /path/to/your/project --tools hybridCompact Tool Surface
HTTP ใช้ Compact เป็นค่าเริ่มต้น ลำดับการใช้งานคือ:
project_overview
→ dodo_discover
→ gateway ที่ตรงกับ operationตัวอย่างให้ AI แก้ src/example.ts:
dodo_discover(query="edit TypeScript file")
dodo_read(operation="read_files", args={...})
dodo_write(operation="edit_file", args={...})
dodo_read(operation="read_files", args={...})dodo_discover คืน schema ของ operation ที่เลือกและ hash ที่ deterministic ส่วน gateway จะส่ง request ผ่าน policy pipeline เดียวกับ tool รายตัว จึงยังตรวจ scope, ACL, workspace ID/epoch, trust, approval, path guard, secret guard, hash และ audit ครบทุกชั้น
ชื่อ gateway dodo_* เป็นชื่อ MCP protocol ที่คงไว้เพื่อ compatibility กับ client ที่เชื่อมต่ออยู่ การเปลี่ยนชื่อ gateway ต้องทำเป็น protocol migration แยกต่างหาก
การเปลี่ยน workspace
เปิด Local Config จาก workspace ปัจจุบัน
ใส่ absolute path ของ project ใหม่
กดเปลี่ยนโปรเจกต์
ระบบตรวจ realpath, root policy, jobs และ request ที่กำลังทำงาน
ระบบเตรียม workspace ใหม่ก่อนสลับ และคืน workspace เดิมหากเตรียมไม่สำเร็จ
client ต้องเรียก
project_overviewใหม่เพื่อรับ workspace ID/epoch ใหม่
ระบบไม่ kill jobs เงียบ ๆ และไม่คัดลอก trust หรือ client ACL ไปยัง workspace ใหม่
การเชื่อมต่อ
Local MCP:
http://127.0.0.1:21730/mcpสำหรับ process ในเครื่องPublic MCP: origin HTTPS ของ tunnel ที่เจ้าของจัดการเองและ route ทุก path มายัง MCP listener
Local Config: loopback เท่านั้น ใช้ owner capability token และ Host/Origin checks
DODO ไม่รายงาน tunnel หรือสถานะ client ว่าออนไลน์ หากไม่มีหลักฐานจาก request จริง
สิทธิ์
สิทธิ์ของ client เป็น intersection ของ OAuth scope, workspace ACL และ local policy:
inspectอ่านและวิเคราะห์ได้editทำ file changes ที่ผ่าน approval/policy ได้trustedอนุญาต effectful work ตาม policy ที่เจ้าของยืนยัน
โหมด trusted และคำสั่งที่เจ้าของอนุมัติใช้สิทธิ์ OS ของผู้ใช้จริง ควรเปิดเฉพาะ workspace ที่เชื่อถือได้
dodo --bypass ปรับ policy เฉพาะรอบนั้นตามที่เจ้าของสั่ง และไม่ปิด OAuth, ACL, workspace context, path guards หรือ secret guards
ความปลอดภัย
public MCP ใช้ OAuth เสมอ ไม่มี NoAuth fallback
Local Config bind loopback และมี capability token, expiration, Host/Origin checks และ rate limit
client secret/access token ไม่แสดงใน UI หรือ audit
path traversal, symlink/hardlink, secret paths และ stale hashes ถูกปฏิเสธ
command environment ใช้ allowlist และไม่ส่ง local auth state ให้ child process
repository instructions,
.dodo.json, legacy project hints และ AGENTS.md ไม่มีอำนาจเพิ่มสิทธิ์gateway ไม่ grant สิทธิ์และไม่ข้าม approval หรือ target operation policy
ดูรายละเอียดที่ SECURITY, AUTH และ ARCHITECTURE
เอกสาร
Development
npm ci
npm run build
npm run typecheck
npm run lint
npm run test:all
npm packโปรเจกต์นี้ใช้ GitHub repository arthittakun/dodo-mcp และ package dodo-mcp
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Hosted MCP server for AI agent identity, permissions, verification, and reusable proof.
The Remote MCP server acts as a standardized bridge between LLM applications (like Claude, ChatGPT, and Cursor) and external services, enabling AI agents to access external tools and resources. Its primary capability is providing a centralized search tool to discover other MCP servers and their respective tools. Unlike local implementations, it runs remotely with OAuth authentication and permission controls for security.
Related MCP Servers
- AlicenseBqualityDmaintenanceProduction-grade MCP server that gives AI agents safe access to your local dev environment: filesystem, databases, processes, and OpenAPI specs.1528 npm3MIT
- FlicenseCqualityCmaintenanceA security-first MCP server that provides LLMs with structured tools for filesystem, process, search, build/test/lint, IDE integration, and more.402-
- AlicenseNot gradedqualityAmaintenanceLocal-first MCP server that provides project context, verification gates, and structured tools for coding agents to discover knowledge, run diagnostics, and execute allowlisted commands within a repository.24 npmMIT
- AlicenseNot gradedqualityCmaintenanceA local-first MCP server providing guarded access to a workspace with file operations, search, commands, tests, Git helpers, checkpoints, and structured tool results. It supports multiple tool modes and emphasizes security with workspace restrictions and secret blocking.1MIT