Rovodev Mcp Tool
Freeby MCP Community
A TypeScript implementation of a Model Context Protocol (MCP) server that integrates with Atlassian's ACLI ROVODEV for AI-powered development assistance.
v1.0.0Added Apr 12, 2026
mcprovodevacliatlassianai
Rovodev Mcp Tool MCP Server
A TypeScript implementation of a Model Context Protocol (MCP) server that integrates with Atlassian's ACLI ROVODEV for AI-powered development assistance.
Installation
npx -y rovodev-mcp-tool
Reviews
Installation
Quick install
npx -y rovodev-mcp-tool
Add to claude_desktop_config.json
{
"mcpServers": {
"rovodev-mcp-tool": {
"command": "npx",
"args": ["-y", "rovodev-mcp-tool"]
}
}
}