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.
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.
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.
claude mcp add whats-loaded-mcp -- npx -y whats-loaded-mcp
{
"mcpServers": {
"whats-loaded-mcp": {
"args": [
"-y",
"whats-loaded-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.whats-loaded-mcp]
command = "npx"
args = ["-y", "whats-loaded-mcp"]
{
"mcpServers": {
"whats-loaded-mcp": {
"args": [
"-y",
"whats-loaded-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"whats-loaded-mcp": {
"args": [
"-y",
"whats-loaded-mcp"
],
"command": "npx"
}
}
}
Local-first memory for coding agents; stores decisions, bugs, and context across sessions.
AI session memory: the brief your AI reads before every session so no session starts cold.
Deterministic context selection for AI coding agents. Local memory that compounds across sessions.
Mine your local AI coding session logs into a profile your agent loads before every task.
Cross-session, cross-device memory for your agent: remember and recall notes. No key to start.
Persistent memory and context for your agent, on a board you can see. Capped, so it stays small.
Serves a directory of Agent Skills over MCP: list, load, read files, run declared scripts
Session memory for AI coding agents: records decisions and dead ends, flags what went stale.
Answers built from our own checks of this server.