tangOS Console
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tangOS Consoledecompile the function at address 0x1234"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 ( |
tangOS Docs | Browsable catalog of a repo's tools, generated from | planned ( |
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 runxattr -cr "/Applications/tangOS Console.app").
The descriptor: tangos.json
Schema:
schema/tangos.schema.jsonReference example:
sm64ds-decomp/tangos.jsonA repo that has no
tangos.jsonyet gets one generated by Console (heuristic scan + optional AI refine).
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.
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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