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:
| Tool | Description | Use When |
|---|---|---|
jj_status | Check repository status | Checking for changes |
jj_log | Show commit history | Understanding commits |
jj_diff | Show changes | Reviewing modifications |