A local MCP server that lets any skill learn from use.
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"whetstone-mcp-2","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Whetstone A local [MCP](https://modelcontextprotocol.io) server that lets any skill learn from use. Whetstone attaches to an existing skill and maintains a git-tracked, per-skill store of what a user likes (`LEARNINGS`) and what the skill got wrong (`ISSUES`), so the skill can improve from ordinary use without a benchmark, dataset, or eval harness. See [`LEARNING_SKILLS_DESIGN.md`](https://github.com/HrudithL/whetstone/blob/main/LEARNING_SKILLS_DESIGN.md) for the full design. ## Install Requires Python 3.11+. The base install is light and dependency-free at retrieval time: it uses a small, deterministic `hashing` embedding backend (no torch, no network). ```sh pipx install whetstone-mcp # installs the `whetstone` command on your PATH # or: pip install whetstone-mcp # or, run without installing: uvx whetstone-mcp ``` An install (pipx/pip) puts two equivalent console scripts on your PATH — `whetstone` (primary, used throughout this README) and `whetstone-mcp` (same entry point, so `pipx run whetstone-mcp` / `uvx whetstone-mcp` resolve without the short name). Register it with an MCP host (e.g. Claude Code) — point the host at whichever you used: ```sh # if you installed it (pipx/pip): the command is already on PATH claude mcp add whetstone -- whetstone # no install — let uv fetch & run it on demand: claude mcp add whetstone -- uvx whetstone-mcp ``` For higher-quality embeddings, pull in the optional extra and set `embedding_backend = "sentence-transformers"` in config. Match the command to how it's installed: ```sh pipx install "whetstone-mcp[embeddings]" # fresh install, with the extra pipx inject whetstone-mcp sentence-transformers # add to an existing pipx install pip install "whetstone-mcp[embeddings]" # pip ``` ### From source (contributors) ```sh python3 -m venv .venv .venv/bin/pip install -e '.[dev]' ``` ```sh .venv/bin/pip install -e '.[embeddings]' # pulls in sentence-transformers ``` ## Run St…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.