Superstimulus Quest: Bounded Agent World for Claude Desktop
quest.superstimulus/world
Bounded agent exploration with persistent progress, deterministic receipts, and return contracts.
client:Claude Desktop
transport:streamable-http
Install Superstimulus Quest: Bounded Agent World in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"world": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://superstimulus.quest/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs