Wedges
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Wedgesrun the taste extraction"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Wedges
The agent edition of Both Hands Full.
Both Hands Full is a set of exercises that help humans protect their taste, voice, and judgment in the age of synthetic everything. Wedges is the inversion: point your agent at the same exercises and walk away with a portable taste profile — a style guide, worldview, glossary, voice patterns, and irreducible list — that any agent can load to serve your work without flattening it.
It's a public, no-auth remote MCP server. Connect Claude Code, Codex, ChatGPT, Cursor — same URL.
Hold critique in one hand. Hold curiosity in the other. Keep walking.
Connect
Claude Code:
claude mcp add --transport http wedges https://wedges.dev/api/mcpAny client (.mcp.json / config):
{
"mcpServers": {
"wedges": { "type": "http", "url": "https://wedges.dev/api/mcp" }
}
}Then, in a session: "Run the Wedges taste extraction." The agent self-drives via the start_wedges prompt.
Related MCP server: my-voice-mcp
What it exposes
Tool | What it does | LLM? |
| The exercise catalog | no |
| Voice-drift analysis of a paragraph | yes |
| Visual taste analysis of up to 12 image URLs | yes (vision) |
| Deterministic taste profile from 10 rounds of choices | no |
| Structure the "things AI can't eat" list | no |
| Assemble the portable taste profile (markdown + JSON) | no |
Resources: wedges://catalog, wedges://profile. Prompt: start_wedges.
Keys & privacy
The LLM tools use the server's
ANTHROPIC_API_KEYby default. To use your own, passanthropic_api_keyas a tool argument.Nothing is stored. Profiles are handed back to your agent and forgotten. No accounts, no database, no auth.
The two LLM tools (
mirror_booth,taste_audit) are rate-limited — ~10/min per IP on the shared server key, ~60/min when you bring your own. The deterministic tools are unthrottled. (The limiter is in-memory/per-instance — a v1 guardrail; seelib/rate-limit.ts.)
Develop
npm install
npm run dev # http://localhost:3000/api/mcp
npm run verify # typecheck + the MCP smoke test (needs the dev server running)The exercise logic is ported from the Both Hands Full app; see lib/. The MCP server is one route: app/api/[transport]/route.ts.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/WalksWithASwagger/wedges'
If you have feedback or need assistance with the MCP directory API, please join our Discord server