claudeers.
// Automation & Workflows

manta

manta — a Claude ecosystem project on GitHub.

Dormant
25/100
last commit 9 months ago
last release 10 months ago
releases 39
open issues 0
// star history

Install with your AI

Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.

⚠ Unverified source (community-unclaimed, low activity) — reveal the prompt
⚠ Unverified source (community-unclaimed, low activity). Inspect the repo before letting your agent install it.

Install and set up manta (git-clone project) into my current project.
Found on https://claudeers.com/manta
Repo: https://github.com/manta-ide/manta
Homepage/docs: https://getmanta.ai/
Detected install method: git-clone → git clone https://github.com/manta-ide/manta
Category: automation. Platforms: api, web.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
dormant; community-verified: false. Confirm the source before running anything.
// or clone · unverified · not recently updated
git clone https://github.com/manta-ide/manta

// compatibility

Platformsapi, web
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguageTypeScript

Manta IDE

manta

Manta IDE is a graph-based development environment that lets you code by creating natural-language nodes.

image

⚡ Quick Start

  1. Install and setup Claude Code by Anthropic: https://docs.claude.com/en/docs/claude-code/setup

  2. Install Manta IDE:

    npm i -g manta-ide
    
    
  3. Run the IDE:

    manta run
    
    
  4. Open http://localhost:3000

💡 Features

  • Node-based creation
    Create nodes and direct AI to build them, and get a stateful editable system. The nodes are softly structured, so any node can be connected to any other node, like on a jam board. This makes it possible to create an architecture diagram, user flow, or a graph of features.
  • Properties
    Each node has properties that you can edit to add content or change the components. Properties are generated based on your node or prompt, so you can decide which parts should be configurable. The properties are not affecting the code, they are used only to direct the coding agent to make a concrete change (color, padding, etc.)
  • Indexing
    Indexing is done via agent, so you can work on high level of abstraction, or even the lowest one like a node per function or variable. You can also see how your app works from different angles, or check if there are any dependencies between modules that need to be removed for refactoring.

🧑‍💻 Developers

  1. Install and setup Claude Code by Anthropic: https://docs.claude.com/en/docs/claude-code/setup

  2. Clone the repository:

    git clone https://github.com/manta-ide/manta.git
    
    
  3. Install dependencies and build:

    cd manta
    npm i
    npm run build
    
    
  4. Configure environment variables (optional, for MCP OAuth):

    cp ENVIRONMENT_VARIABLES.md .env.local
    # Edit .env.local with your OAuth settings
    
    
  5. Run the solution:

    npm run dev
    
    
  6. Open http://localhost:3000

// faq

What is manta?

manta is a Claude ecosystem project. It is open-source on GitHub.

Is manta free to use?

manta is open-source under the MIT license, so it is free to use.

What category does manta belong to?

manta is listed under devtools in the Claudeers registry of Claude-compatible tools.

0 views
74 stars
unclaimed
updated 2 months ago

// embed badge

manta on Claudeers
[![Claudeers](https://claudeers.com/api/badge/manta.svg)](https://claudeers.com/manta)

// retro hit counter

manta hit counter
[![Hits](https://claudeers.com/api/counter/manta.svg)](https://claudeers.com/manta)

// reviews

// guestbook

0/500

// related in Automation & Workflows

🔓

The agent that grows with you

// automationNousResearch/Python230,654MIT[ claude ]
🔓

The API to search, scrape, and interact with the web at scale. 🔥

// automationfirecrawl/TypeScript167,815AGPL-3.0[ claude ]
🔓

🌐 Make websites accessible for AI agents. Automate tasks online with ease.

// automationbrowser-use/Python110,149MIT[ claude ]
🔓

An open-source long-horizon SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skill, subagents and message…

// automationbytedance/Python80,016MIT[ claude ]
→ see how manta connects across the ecosystem