self awareness game for Grok
io.github.levelsofself/self-awareness-game
Play self-awareness scenarios across 7 levels. 6,800+ coaching scenarios via MCP.
client:Grok
transport:stdio
runtime:npm
Install self awareness game in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"self-awareness-game": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"levels-of-self-mcp-server"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs