CoRT MCP ServerServer

KunihiroS
GitHub
AIRecursive ThinkingMCP

Loading subscription status...

💡 Description

This is the Chain-of-Recursive-Thoughts (CoRT) MCP server, implemented with a methodology that engages AI in recursive debates to challenge and enhance its thinking capabilities.

📝 JSON Entries

{
  "mcpServers": [
    {
      "CoRT-chain-of-recursive-thinking": {
        "env": {
          "OPENAI_API_KEY": "{apikey}",
          "OPENROUTER_API_KEY": "{apikey}"
        },
        "args": [
          "run",
          "cort-mcp",
          "--log=off"
        ],
        "command": "pipx"
      }
    },
    {
      "CoRT-chain-of-recursive-thinking": {
        "env": {
          "OPENAI_API_KEY": "{apikey}",
          "OPENROUTER_API_KEY": "{apikey}"
        },
        "args": [
          "run",
          "cort-mcp",
          "--log=on",
          "--logfile=/workspace/logs/cort-mcp.log"
        ],
        "command": "pipx"
      }
    }
  ]
}

🛠️ Tools

simpledetailsmixed.llmneweval

Features

  • Multi-LLM reasoning
  • Evaluation enhancements