Skip to content
Cursor

What's Loaded for Cursor

io.github.stcmain/whats-loaded-mcp

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

client:Cursor transport:stdio runtime:npm

Install What's Loaded in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "whats-loaded-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "whats-loaded-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

What's Loaded in other clients