Are you the author? Sign in to claim
manta
Manta IDE is a graph-based development environment that lets you code by creating natural-language nodes.
Install and setup Claude Code by Anthropic: https://docs.claude.com/en/docs/claude-code/setup
Install Manta IDE:
npm i -g manta-ide
Run the IDE:
manta run
Install and setup Claude Code by Anthropic: https://docs.claude.com/en/docs/claude-code/setup
Clone the repository:
git clone https://github.com/manta-ide/manta.git
Install dependencies and build:
cd manta
npm i
npm run build
Configure environment variables (optional, for MCP OAuth):
cp ENVIRONMENT_VARIABLES.md .env.local
# Edit .env.local with your OAuth settings
Run the solution:
npm run dev
Project management using GitHub Issues + Git worktrees for parallel agent execution
Core skills library for Claude Code with 20+ battle-tested skills including TDD, debugging, and brainstorming
Coding agent session manager supporting Claude Code, Gemini CLI, Codex, and more
191 agents, 155 skills, and 82 plugins cross-compatible with Claude Code, Cursor, and Codex