Skip to content

Releases: Vigtu/docmole

v0.4.2 - Docmole Rebrand

23 Jan 01:33
ebf9e6f

Choose a tag to compare

Docmole 🐀

Rebranded from mintlify-mcp to docmole - "Dig through any documentation with AI"

Changes

  • New name and branding
  • Updated CLI help text to be MCP-client agnostic
  • SVG hero image
  • Backwards compatibility for MINTLIFY_* env vars

Install

bunx docmole --help

npm

https://www.npmjs.com/package/docmole

v0.2.0 - Memory & Link Improvements

12 Jan 14:52

Choose a tag to compare

What's New

🧠 Multi-turn Memory

  • Conversation history now works! Uses X-Thread-Id header from Mintlify API
  • clear_history tool resets both messages and thread

🔗 Absolute URLs for Links

  • Links in responses are now converted to absolute URLs
  • Fixes inverted markdown format (text)[/path][text](https://domain/path)
  • Enables Claude Code to WebFetch documentation links

🧹 Simplified API

  • Removed generic mode - --project is now required
  • Only 2 tools: ask and clear_history
  • Server name format: "{Project} AI Assistant"

📦 Installation

claude mcp add agno-assistant -- bunx mintlify-mcp -p agno-v2

Full Changelog

https://github.com/Vigtu/mintlify-mcp/commits/v0.2.0