mcpbeat Sign in

What's Loaded MCP Server

local only

What's Loaded runs on your own machine — the client starts it, so there is no endpoint to ping. 51 installs a week from npm. Last commit 9 Aug 2026.

What fills your agent's context window before a session starts: skill descriptions, memory files.

Installs per day peak 922 · avg 33
a month agotoday
51
Installs / week
npm · whats-loaded-mcp
0
Stars
0 open issues
9 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check What's Loaded every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 whats-loaded-mcp -- npx -y whats-loaded-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "whats-loaded-mcp": {
      "args": [
        "-y",
        "whats-loaded-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.whats-loaded-mcp]
command = "npx"
args = ["-y", "whats-loaded-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "whats-loaded-mcp": {
      "args": [
        "-y",
        "whats-loaded-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "whats-loaded-mcp": {
      "args": [
        "-y",
        "whats-loaded-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to What's Loaded

same job, measured the same way
EchoVault Memory
by go-ports

Local-first memory for coding agents; stores decisions, bugs, and context across sessions.

local only
Deerdawn
by deerdawn

AI session memory: the brief your AI reads before every session so no session starts cold.

413 installs/wk 24 tools answering
Codeledger
by codeledgerecf

Deterministic context selection for AI coding agents. Local memory that compounds across sessions.

435 installs/wk local only
Emulo
by ohad6k

Mine your local AI coding session logs into a profile your agent loads before every task.

84 installs/wk local only
Netcafe Memory
by ainetcafe

Cross-session, cross-device memory for your agent: remember and recall notes. No key to start.

4 tools answering
Sticky
by 1picassoai

Persistent memory and context for your agent, on a board you can see. Capped, so it stays small.

145 installs/wk local only
Skill MCP
by chrischall

Serves a directory of Agent Skills over MCP: list, load, read files, run declared scripts

246 installs/wk local only
CogSession
by premanand8800

Session memory for AI coding agents: records decisions and dead ends, flags what went stale.

98 installs/wk local only

What's Loaded — questions

Answers built from our own checks of this server.

Why is there no uptime for What's Loaded?
What's Loaded 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 whats-loaded-mcp was installed 51 times last week.
How do I connect What's Loaded?
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 whats-loaded-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use What's Loaded?
The npm package whats-loaded-mcp was installed 51 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 What's Loaded open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.