Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Hoogle Server

БесплатноНе проверен

Enables searching Hoogle, the Haskell documentation search engine, for packages, functions, and types.

GitHubEmbed

Описание

Enables searching Hoogle, the Haskell documentation search engine, for packages, functions, and types.

README

A Model Context Protocol (MCP) server for searching Hoogle API, the Haskell documentation search engine.

Installation

Using uv:

# Install dependencies
uv sync

# Or install globally
uv pip install -e .

Usage

Running the MCP Server

uv run hoogle-mcp

Configuration for Claude Desktop

Add to your Claude Desktop configuration file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "hoogle": {
      "command": "uv",
      "args": [
        "run",
        "--directory",
        "/path/to/hoogle-mcp",
        "hoogle-mcp"
      ]
    }
  }
}

Available Tools

search_hoogle

Search Hoogle for Haskell packages, functions, and types.

Parameters:

  • query (required): Search query (e.g., "scotty", "map", "Maybe")
  • scope (optional): Search scope (default: "set:stackage")

Example:

Search for "scotty" in Hoogle

Development

# Run with uv
uv run hoogle-mcp

# Run tests (if added)
uv run pytest

# Format code
uv run black hoogle_mcp.py

License

MIT

from github.com/hnbc6667777/gooh

Установить Hoogle Server в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install hoogle-mcp-server

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add hoogle-mcp-server -- uvx --from git+https://github.com/hnbc6667777/gooh hoogle-mcp

FAQ

Hoogle Server MCP бесплатный?

Да, Hoogle Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Hoogle Server?

Нет, Hoogle Server работает без API-ключей и переменных окружения.

Hoogle Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Hoogle Server в Claude Desktop, Claude Code или Cursor?

Открой Hoogle Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Hoogle Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development