Whetstone
Freeby MCP Community
An MCP server that captures and encodes human rejections of AI output into durable, queryable constraints.
v0.6.0Added Apr 12, 2026
mcpaiconstraintstasterejection
Whetstone MCP Server
An MCP server that captures and encodes human rejections of AI output into durable, queryable constraints.
Installation
Reviews
Installation
Quick install
npx -y @frontier-collective/whetstone-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"whetstone": {
"command": "npx",
"args": ["-y", "@frontier-collective/whetstone-mcp"]
}
}
}