self awareness game for Cursor
io.github.levelsofself/self-awareness-game
Play self-awareness scenarios across 7 levels. 6,800+ coaching scenarios via MCP.
client:Cursor
transport:stdio
runtime:npm
Install self awareness game in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"self-awareness-game": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"levels-of-self-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs