mcp-hoogle

jappeace/mcp-hoogle
★ 0 stars Haskell 🤖 AI/LLM Updated 4d ago
a local hoogle as an mcp server, makes the agent be able to query local hoogle betterly
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-hoogle": {
      "command": "npx",
      "args": [
        "-y",
        "jappeace/mcp-hoogle"
      ]
    }
  }
}

README Excerpt

> Give me a type signature and I shall move the world. An MCP (Model Context Protocol) server that exposes Hoogle search over your project's local Haskell dependencies. Run it from within your project's nix-shell to give AI assistants type-aware search across all your project's packages. From within your project's nix-shell (where all dependencies are available):