ask-yoni

yrechtman/ask-yoni
★ 1 stars Python 🌐 Browser/Web Updated today
Public MCP server for semantic search over 99% Derisible (99d.substack.com)
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ask-yoni": {
      "command": "uvx",
      "args": [
        "ask-yoni"
      ]
    }
  }
}

Or install with pip: pip install ask-yoni

README Excerpt

A public MCP server for semantic search over Yoni Rechtman's writing on Posts on 99D often package multiple distinct topics in a single issue. ask-yoni splits each issue into sections, embeds each section, and lets you find the right idea instead of the whole post. Don't open the URL in a browser — it's an MCP endpoint, not a web page.