A Model Context Protocol (MCP) server implementing the Dual-Cycle Metacognitive Reasoning Framework for autonomous agents. This tool empowers agents with greater self-awareness and reliability through intelligent loop detection and experience acquisition.
Server Config
{
"mcpServers": {
"dual-cycle-reasoner": {
"command": "npx",
"args": [
"@cyqlelabs/mcp-dual-cycle-reasoner"
]
}
}
}