A MCP server implementing the Dual-Cycle Metacognitive Reasoning Framework for autonomous agents. A loop prevention and experience recall mechanism.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-dual-cycle-reaso": {
"command": "npx",
"args": [
"-y",
"cyqlelabs/mcp-dual-cycle-reasoner"
]
}
}
}
Run in terminal:
claude mcp add mcp-dual-cycle-reaso npx -y cyqlelabs/mcp-dual-cycle-reasoner
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-dual-cycle-reaso": {
"command": "npx",
"args": [
"-y",
"cyqlelabs/mcp-dual-cycle-reasoner"
]
}
}
}