Packages
HexDocs MCP is a project that provides semantic search capabilities for Hex package documentation, designed specifically for AI applications. It downloads, processes, and generates embeddings from Hex package documentation and provides a Model Context Protocol (MCP) server for searching.
Current section
Files
Jump to
Current section
Files
lib/hexdocs_mcp/repo.ex
defmodule HexdocsMcp.Repo do
use Ecto.Repo,
otp_app: :hexdocs_mcp,
adapter: Ecto.Adapters.SQLite3
end