Local-first MCP server for AI-assisted coding with workspace-scoped tools, OAuth, file editing, command execution, media, browser, and desktop capabilities.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"dodo-mcp": {
"command": "npx",
"args": [
"-y",
"arthittakun/dodo-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add dodo-mcp npx -y arthittakun/dodo-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"dodo-mcp": {
"command": "npx",
"args": [
"-y",
"arthittakun/dodo-mcp"
]
}
}
}
📋 Copy
README Excerpt
**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 และ PKCE - Local Config แบบ loopback ที่ `127.0.0.1:21731`
Topics
ai-coding local-first mcp model-context-protocol typescript