Mellos Mapping MCP Server

A live, terminal-native map of bottom-up development for Claude Code and Codex CLI. It runs locally over stdio via the published package.

People connecting design tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-18 · ★ 7 · #33 OF 74 MAINTAINED DESIGN · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Mellos Mapping

Claude Code

claude mcp add guangminju-mellos-mapping -- npx -y mellos-mapping

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "guangminju-mellos-mapping": {
      "command": "npx",
      "args": [
        "-y",
        "mellos-mapping"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-12 - young repo, little track record yet

license MIT - declared in the repository

npm package mellos-mapping - unscoped; check the name against the project README before installing

registry namespace io.github.GuangminJu is GitHub-verified and matches the repo owner

03 · What Mellos Mapping can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.14.0 · 2026-08-13

Two things, one small and delightful, one small and important. · Standby splash (#1, first community contribution - thanks @Sch2048 🎉): before any map exists the pane now shows a MELLOS / MAPPING wordmark lit by…

v0.13.0 · 2026-08-13

The map pane now opens beside the conversation that asked for it - even with several Windows Terminal windows open. · Why it went wrong before: the agent's shell isn't attached to your terminal window (no WT_SESSION)…

v0.12.0 · 2026-08-13

Highlights · Animated demo in the README - the whole discipline in 16 seconds: ghost design → spinners climbing the layers → all green → a cracked foundation spreading upward → honest recovery. Generated from the real…

04 · Who maintains Mellos Mapping

mellos-mapping is maintained by guangminju. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
design - ranked #33 of 74 actively-maintained design servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-08-13)
registry
io.github.GuangminJu/mellos-mapping (active, first published 2026-08-13 · 7 versions)
packages
npm:mellos-mapping

06 · Mellos Mapping FAQ

What is Mellos Mapping?

A live, terminal-native map of bottom-up development for Claude Code and Codex CLI. It runs locally over stdio via the published package.

Is Mellos Mapping still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-18 and it shipped 3 releases in the last 90 days. We re-verify nightly.

How do I install Mellos Mapping?

Run `npx -y mellos-mapping`. You can also paste the ready-made client config above.

Does Mellos Mapping run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Mellos Mapping