Think where you already think

Solve real Discuria problems inside Claude, ChatGPT or your coding agent — on your own AI subscription. Your reasoning gets scored across 6 cognitive dimensions by a judge calibrated to 0.936 Spearman against human raters, and you get a shareable score card.

MCP endpoint
https://discuria.space/api/mcp

Open MCP server · no API key required · your prompts stay in your AI

Claude
  1. Open claude.ai → Settings → Connectors
  2. Click "Add custom connector"
  3. Paste the server URL: https://discuria.space/api/mcp
  4. In any chat, ask: "List Discuria problems and let's solve one"
ChatGPT
  1. Open ChatGPT → Settings → Apps & Connectors → Advanced → enable Developer mode
  2. Create → paste the server URL: https://discuria.space/api/mcp
  3. No authentication required
  4. In a chat, choose the Discuria connector and ask for today's problem
Local models (Ollama, LM Studio) — free end-to-end
  1. Discuria doesn't care which model you think with — we score YOUR reasoning, not the model's output. A free local model participates on equal footing with GPT or Claude.
  2. LM Studio: Program → Edit mcp.json → add {"mcpServers": {"discuria": {"url": "https://discuria.space/api/mcp"}}}
  3. VS Code (Cline or Continue + Ollama): add https://discuria.space/api/mcp as a remote MCP server in the extension's MCP settings
  4. Any other MCP-capable client (Goose, MCPHost, Open WebUI via mcpo) works the same way — point it at the URL above
Codex / Claude Code / Cursor
  1. Add Discuria as an MCP server in your tool's config
  2. Codex (~/.codex/config.toml): [mcp_servers.discuria] url = "https://discuria.space/api/mcp"
  3. Claude Code: claude mcp add --transport http discuria https://discuria.space/api/mcp
  4. Then: "Pick a Discuria problem and score my approach when we're done"

How a session works

Your AI fetches a problem → you reason through it together (your thinking, its execution) → your reasoning steps are submitted for scoring → you get the 6-dimension breakdown and a share card. Full portfolios, streaks and the weekly Arena leaderboard live here on discuria.space.

Join the beta for the full experience