ruflo

MCP Tools for AI Agents

/docs/ecosystem--integrations/mcp-tools-for-ai-agents

bash
# Start the MCP server
npx agentic-jujutsu mcp-server

# List available tools
npx agentic-jujutsu mcp-tools

# Call a tool from your agent
npx agentic-jujutsu mcp-call jj_status

Available MCP Tools:

ToolDescriptionUse When
jj_statusCheck repository statusChecking for changes
jj_logShow commit historyUnderstanding commits
jj_diffShow changesReviewing modifications