← Discover MCPs and Agents
n
MCPAI & MLGitHub

neo-code

Links

README

From the repo.

Neo Code

A Neosantara-first AI coding agent that runs in your terminal. Cross-session memory, code intelligence, subagents, and 12+ built-in tools.

curl -fsSL https://code.neosantara.xyz/install.sh | sh
neo login

Website: code.neosantara.xyz Docs: code.neosantara.xyz/docs

Features

  • Cross-session memory with auto-extraction
  • LSP-powered code intelligence (TypeScript, Python, Go, Rust, Java, Ruby, C/C++)
  • Subagent delegation for parallel tasks
  • MCP server integration
  • Auto-compaction for long sessions
  • Session tree with fork/clone/resume
  • Background shell tasks
  • Code review (/review)
  • Installable skills and extensions
  • Full theming system
  • Termux (Android) first-class support

Install

macOS / Linux:

curl -fsSL https://code.neosantara.xyz/install.sh | sh

Termux (Android):

pkg install nodejs-lts git
curl -fsSL https://code.neosantara.xyz/install.sh | sh

From source:

git clone https://github.com/neosantara-xyz/neo-code.git
cd neo-code
npm install --ignore-scripts
npm run build
npm link --workspace @neosantara/code

Packages

PackagePurpose
@neosantara/aiOpenAI-compatible transport for Neosantara
@neosantara/codeneo CLI/TUI coding agent
@neosantara/agent-coreAgent loop/runtime primitives
@neosantara/tuiTerminal UI primitives
@neosantara/webLanding page and docs (static export)

Development

npm install --ignore-scripts
npm run build
npm run check    # lint + typecheck (no tests)
npm test         # run tests

Environment variables: docs/env.md

Documentation

Acknowledgments

Neo Code builds upon the work of these open source projects:

  • Pi by Earendil Works — terminal coding agent architecture, extension system, and TUI framework
  • Codex CLI by OpenAI — agent loop patterns and device auth flow
  • Claude Code — reference implementation for AI coding agents

License

MIT

Collected info

  • 0 stars
  • Language: TypeScript
  • Source updated: 5/27/2026

Config for your environment

Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "{MCP_ENDPOINT_URL}"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.