Skip to main content
ClaudeWave

Neo.mjs is a self-evolving software organism: a professional end-to-end AI engineering team whose cross-model swarm inhabits live apps via Neural Link, Active Hybrid GraphRAG, DreamService, and self-healing loops.

MCP Servers3.2k stars212 forksJavaScriptMITUpdated today
Editor's note

Neo.mjs is a JavaScript frontend framework and MCP server that combines a multi-threaded browser runtime with an AI agent orchestration layer. The runtime side, housed in `/src/`, runs application logic across dedicated Web Workers (App Worker, VDom Worker, Data Worker, Canvas Worker) using JSON blueprints, object permanence, and native ES modules with no build step required. The AI side, housed in `/ai/`, exposes MCP servers for a Memory Core and Knowledge Base backed by a SQLite graph database and a vector store, enabling Claude, Gemini, and GPT to share persistent memory and cross-review each other's reasoning through a component called Active Hybrid GraphRAG. The Neural Link interface lets agents inspect and mutate live application state at runtime rather than working from static source files. A DreamService component runs autonomous re-prioritization cycles. Frontend developers and teams wanting persistent, multi-model AI involvement in their codebase are the primary audience, with the project's own 706 merged PRs cited as a concrete record of the system operating on its own repository.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/neomjs/neo
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "neo": {
      "command": "node",
      "args": ["/path/to/neo/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/neomjs/neo and follow its README for install instructions.
Use cases

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
agent-memoryaiai-agentai-memorycontext-engineeringfrontendfrontend-runtimegraph-ragjavascriptjsonknowledge-graphllmlong-term-memorymcpmcp-servermulti-agent-systemsragscene-graphsemantic-searchweb-workers

What people ask about neo

What is neomjs/neo?

+

neomjs/neo is mcp servers for the Claude AI ecosystem. Neo.mjs is a self-evolving software organism: a professional end-to-end AI engineering team whose cross-model swarm inhabits live apps via Neural Link, Active Hybrid GraphRAG, DreamService, and self-healing loops. It has 3.2k GitHub stars and was last updated today.

How do I install neo?

+

You can install neo by cloning the repository (https://github.com/neomjs/neo) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is neomjs/neo safe to use?

+

Our security agent has analyzed neomjs/neo and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains neomjs/neo?

+

neomjs/neo is maintained by neomjs. The last recorded GitHub activity is from today, with 185 open issues.

Are there alternatives to neo?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy neo to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: neomjs/neo
[![Featured on ClaudeWave](https://claudewave.com/api/badge/neomjs-neo)](https://claudewave.com/repo/neomjs-neo)
<a href="https://claudewave.com/repo/neomjs-neo"><img src="https://claudewave.com/api/badge/neomjs-neo" alt="Featured on ClaudeWave: neomjs/neo" width="320" height="64" /></a>

More MCP Servers