mcpbeat Sign in

Mellos Mapping MCP Server

by guangminju Your server? Claim it
local only

Mellos Mapping runs on your own machine — the client starts it, so there is no endpoint to ping. 354 installs a week from npm. Last commit 15 Sep 2026.

Live layered dependency map for bottom-up development, drawn by the agent in a terminal pane.

Installs per day peak 372 · avg 21
a month agotoday
354
Installs / week
npm · mellos-mapping
58
Stars
2 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const child = spawn(process.execPath, [script, ...args], {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mellos-mapping -- npx -y mellos-mapping
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mellos-mapping": {
      "args": [
        "-y",
        "mellos-mapping"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mellos-mapping]
command = "npx"
args = ["-y", "mellos-mapping"]
.cursor/mcp.json
{
  "mcpServers": {
    "mellos-mapping": {
      "args": [
        "-y",
        "mellos-mapping"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mellos-mapping": {
      "args": [
        "-y",
        "mellos-mapping"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Mellos Mapping

same job, measured the same way
Umtri
by umtri

Give your AI agent a persistent map of your project's structure, dependencies, and bugs.

38 installs/wk answering
Dryos
by dryos

Live US power market prices, load, generation, weather and permits for AI agents.

5 tools answering
trustlists
by trustlists

Find public vendor trust centers, browse listed frameworks, and map project dependencies.

41 installs/wk local only
Codelens MCP
by segentic-lab

Deterministic code maps for AI agents: 7 tree-sitter tools for TS/JS/Py — map, find, function_body

local only
ShowMeOnMap
by showmeonmap

Ask in plain English, get a rendered, shareable map from live public data. 24 geospatial tools.

73 installs/wk 29 tools answering
echorune radar
by luoshu-echorune

Live weather anywhere, with the radar drawn as text characters, not an image.

1 tools answering
Vendor Status MCP
by approj

Live status-page map for 1,127 SaaS/cloud vendors plus 15,418 historical incidents.

local only
Quanticdata MCP
by quantumproxies

Live web access for agents: scrape, SERP search, crawl/map, 74 collectors, datasets, proxies.

43 installs/wk 26 tools answering

Mellos Mapping — questions

Answers built from our own checks of this server.

Why is there no uptime for Mellos Mapping?
Mellos Mapping runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mellos-mapping was installed 354 times last week.
How do I connect Mellos Mapping?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mellos-mapping straight from npm; nothing to host, nothing to sign up for.
How many people use Mellos Mapping?
The npm package mellos-mapping was installed 354 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mellos Mapping open source?
Yes — it is published under the MIT licence, written in TypeScript, 58 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.