Back to MCP Servers
Tod
A MCP server for OneDev for CI/CD pipeline editing, issue workflow automation, and pull request review
version-controlautomation
By theonedev
Installation
npx -y todConfiguration
{
"mcpServers": {
"tod": {
"command": "npx",
"args": ["-y", "tod"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes