theonedev/tod
A MCP server for OneDev for CI/CD pipeline editing, issue workflow automation, and pull request review
Quick Start
Clone the repository:
git clone https://github.com/theonedev/tod/blob/main/mcp.mdClaude Desktop configuration example:
{
"mcpServers": {
"tod": {
"command": "npx",
"args": [
"-y",
"theonedev/tod"
]
}
}
}Check the repository README for specific installation and configuration instructions.