MCP Server
io.github.levelsofself/self-awareness-game MCP Server
io.github.levelsofself/self-awareness-game
What is the io.github.levelsofself/self-awareness-game MCP server?
Play self-awareness scenarios across 7 levels. 6,800+ coaching scenarios via MCP.
How to install io.github.levelsofself/self-awareness-game
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": {
"self-awareness-game": {
"command": "npx",
"args": [
"-y",
"levels-of-self-mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"self-awareness-game": {
"command": "npx",
"args": [
"-y",
"levels-of-self-mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"self-awareness-game": {
"command": "npx",
"args": [
"-y",
"levels-of-self-mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"self-awareness-game": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"levels-of-self-mcp-server"
]
}
}
}Claude Code
claude mcp add self-awareness-game -- npx -y levels-of-self-mcp-serverRelated MCP servers
AI operations management: 12 specialized agents, task dispatch, and team coordination.
View repository →Governance layer for multi-agent AI systems with behavioral enforcement and drift detection.
View repository →