PluginBench
MCP Server
Active
MIT

What's Loaded MCP Server

io.github.stcmain/whats-loaded-mcp

What is the What's Loaded MCP server?

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

How to install What's Loaded

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "whats-loaded-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "whats-loaded-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "whats-loaded-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "whats-loaded-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "whats-loaded-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "whats-loaded-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "whats-loaded-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "whats-loaded-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add whats-loaded-mcp -- npx -y whats-loaded-mcp

Related MCP servers

Merged agent permission rules: which settings file wins, and which rules your client ignores.

0
JavaScript
MIT
View repository →

What a checkout tells your agent to do: instruction files, hooks, declared MCP servers.

0
JavaScript
MIT
View repository →

Live OS ground truth for agents: running agent sessions, listening ports, daemons, system load.

0
JavaScript
MIT
View repository →
What's Loaded MCP Server | PluginBench