← wedges.dev

INDIVIDUAL MCP TOOL

list_exercises

The Both Hands Full exercises Wedges exposes, and which tool runs each.

wedges.devnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

wedges.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.wedges-dev]
url = "https://wedges.dev/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "wedges-dev": {
      "type": "http",
      "url": "https://wedges.dev/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: wedges-dev
Remote MCP URL: https://wedges.dev/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "wedges-dev": {
      "url": "https://wedges.dev/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "wedges-dev": {
      "type": "http",
      "url": "https://wedges.dev/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "wedges-dev",
  "transport": "streamable-http",
  "url": "https://wedges.dev/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_pressure_rounds — The 10 Selector Pressure rounds — each with its prompt and four choices (choiceId + title + the output text).
  • mirror_booth — Voice-drift analysis.
  • taste_audit — Visual taste analysis of 1–12 images of the user's work; returns recurring themes, palette, composition, voice, and anti-patterns.
  • selector_pressure_test — Deterministic taste profile (no LLM).
  • name_irreducibles — Structure the user's irreducible list — the things AI can't eat, that they refuse to outsource.
  • export_profile — Assemble the portable taste profile from everything gathered.