Skip to content
VS Code

self awareness game for VS Code

io.github.levelsofself/self-awareness-game

Play self-awareness scenarios across 7 levels. 6,800+ coaching scenarios via MCP.

client:VS Code transport:stdio runtime:npm

Install self awareness game in VS Code

.vscode/mcp.json

{
  "servers": {
    "self-awareness-game": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "levels-of-self-mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

self awareness game in other clients