Skip to main content
Glama
585,274 tools. Updated 2026-09-18 01:49

"Retrieving Markdown Files from a Database" matching MCP tools:

  • List markdown documentation files from a local repository's docs/ directory, with optional pattern filtering.
    MIT
  • Rebuild database index from Markdown files after manual edits or suspected corruption. Re-embeds only changed memories for efficient updating.
    MIT
  • List all tables in a MySQL database. Optionally specify the database and choose response format: Markdown or JSON.
    MIT
  • Import markdown files from a vault directory into the database, reading YAML frontmatter for metadata and markdown body for content. Idempotent operation avoids duplicate entities.
    MIT
    Destructive
  • List files and folders at a specified path inside a container to explore its contents before retrieving documents.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    A local stdio MCP server for managing files on XServer via SFTP, enabling secure file operations, backups, and workspace management for XServer hosting.
    13
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Generates test files locally (images, PDFs, CSVs, corrupted files, etc.) from natural language prompts, with configurable sizes and safety limits.
    10
    MIT

Matching MCP Connectors

  • Markdown utilities MCP.

  • Convert any webpage to clean LLM-ready markdown, extraction-first, with article and news modes.

  • Rebuild the database index from markdown files to fix out-of-sync or stale data after external note edits. Keeps the knowledge base aligned with the filesystem.
    MIT
  • Index markdown and text files from a directory to enable semantic search and structured memory in your knowledge graph.
    MIT
  • Reload wiki markdown and registry files from disk to update the MCP server with the latest changes.
    MIT
  • Reloads markdown documentation files from disk after updates to refresh the MCP server's content.
    -
  • Count indexed files or folders matching a search query without retrieving their paths. Use filters like kind, regex, and case sensitivity to narrow results.
    -
  • Remove multiple files from disk and database by providing their file IDs. Streamlines cleanup of transcoded or unwanted media files.
    MIT
  • Publishes Markdown, HTML, CSS, or JSON files as a static site and returns its live URL; use it for text-based files written in chat.
    MIT
    Destructive
  • Permanently disconnect and remove a database from ALTR management without affecting the actual database.
    GPL 3.0
    Destructive
  • Creates a new attachment file from a local image or base64 data and returns the Markdown needed to embed it in a note.
    Apache 2.0
  • Scan markdown files, chunk and embed them into a searchable index for semantic retrieval. Only re-processes changed files to save time.
    MIT