Back to Apps

Warp
by warpdotdev
Agentic development environment and terminal with built-in coding agents and Oz workflow management.
0 stars
Works in:CodexGemini CLI
Exposes:Tools
What it does
Warp transforms the terminal into an agentic development environment. It allows developers to use built-in coding agents or integrate external CLI agents (like Claude Code or Codex) to automate development workflows, triage issues, and implement changes directly within the shell.
Tools
- Agent Session Management: Create and track active agent sessions in a web-compiled terminal.
- Issue Triage: Automated triage of GitHub issues using Oz agents.
- Code Implementation: Direct implementation of features and bug fixes via agentic workflows.
- PR Review: Automated review of pull requests to ensure quality and consistency.
Installation
Install Warp from warp.dev/download. To use as an MCP server for Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"warp": {
"command": "warp-mcp",
"args": []
}
}
}
Supported hosts
- claude
- codex
- gemini-cli
Quick install
curl -sSL https://www.warp.dev/download | bashInformation
- Pricing
- free
- Published
- 7/12/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add warp-mcp to mcp configGemini CLI
Add warp-mcp to settings.json mcpServersClaude Desktop
Add "warp": {"command": "warp-mcp"} to mcpServers in claude_desktop_config.json





