Skip to main content
Glama
tangosdev

tangOS Console

Official
by tangosdev

tangOS

A unified brand and toolkit for reverse-engineering / decompilation projects.

Everything reads one file per repo - tangos.json - a descriptor that normalizes any decomp repo (whatever its layout) into a single vocabulary. Point a tangOS app at a repo, and it knows the repo's tools, compiler, data source, and rules.

Apps

App

What it is

Status

tangOS Console

Downloadable desktop app. Exposes a repo's tools as an MCP server an AI connects to, with a live viewer to watch the AI drive them in real time.

in progress (console/)

tangOS Docs

Browsable catalog of a repo's tools, generated from tangos.json.

planned (docs/)

tangOS Atlas

Progress atlas / treemap (formerly Chaos Viewer).

planned rebrand

Related MCP server: Minecraft Dev MCP

Download

tangOS Console ships as a desktop app that auto-updates from this repo's Releases.

  • Windows - download and run the installer; it self-updates from here. Not code-signed yet, so Windows warns once: click More info, then Run anyway.

  • macOS - download the .dmg (Intel or Apple Silicon). Unsigned, so right-click the app and choose Open (or run xattr -cr "/Applications/tangOS Console.app").

The descriptor: tangos.json

The descriptor declares a tools[] registry; Console turns each entry into an MCP tool generically, so tangOS itself stays repo-agnostic while your repo's own tools do the work.

Optional project.matchConventions (attempt tree, near-miss DB, Ghidra drafts) lets Console / next_batch surface MATCH_RESULT logging the same way experimental Chaos Viewer prompts do — once per batch, with shared provenance defaults. Classic repos omit the block.

Layout

tangOS/
├── schema/            tangos.json JSON schema
├── packages/ui/       shared aero theme tokens + glass components
├── console/           the Electron Console app (MCP + live viewer)
└── docs/              the tool catalog site (planned)

Develop

npm install            # from the repo root (workspaces)
npm run console        # start Console in dev (electron-vite)

Built with Claude Code.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessUnresponsive

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that allows LLMs to autonomously reverse engineer applications by exposing Ghidra functionality, enabling decompilation, analysis, and automatic renaming of methods and data.
    9,897
    Apache 2.0
  • A
    license
    Not graded
    quality
    A
    maintenance
    A Model Context Protocol server that gives AI assistants native access to Minecraft mod development tools — decompile, remap, search, and analyze Minecraft source code directly from your AI workflow.
    85
    35
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    MCP server that indexes your codebase's public API at startup and serves it via compact tool responses, saving tokens vs reading source files.
    5
    21
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tangosdev/tangOS'

If you have feedback or need assistance with the MCP directory API, please join our Discord server