Back to Apps

Eve
by incept5
Agentic toolkit for rapid software development with specialized personas and zero-drift workflows.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Eve is a software engineering agent platform that enables high-level development using natural language. It features four specialized personas (Engineer, Architect, Product Manager, and DevOps) to manage the entire lifecycle from PRDs to implementation and deployment.
Tools
use_mcp_tool: Executes tools on connected MCP servers to extend agent capabilities.access_mcp_resource: Reads resources from external MCP servers.manage_workspaces: Imports and manages local git repositories as active workspaces.toggle_rules: Enables behaviors like TDD, auto-commit, and Memory Bank documentation.
Installation
{
"mcpServers": {
"eve": {
"command": "./eve.sh",
"args": []
}
}
}
Supported hosts
Supports a wide range of LLM providers including Claude, Gemini, OpenAI, and local models via Ollama.
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"eve": {
"command": "/path/to/eve/eve.sh",
"args": []
}
}
}





