MCP server for Hackage An MCP server for Hackage that enables local Hoogle queries, offering better results for local package development by using local dependencies and providing access to private dependencies. The author notes that building the local index takes time and expresses openness to archiving their version in favor of contributing local support to an existing project. this one does hoogle right GitHub - jappeace/mcp-hoogle: a local hoogle as an mcp server, makes the agent be able to query local hoogle betterly · GitHub I don’t get why you’d query upstream hoogle anyway, for a local package dev you get a lot better result just using local dependencies. You’d also get access to private dependencies. Although you’d have to built the index, which takes time. I didn’t do haddocks, that’s a different problem. Hmm, I wasn’t aware this existed otherwise I’d probably just repair this project. idk if @tusharad is interested in using a local hoogle instead, I’d be happy to archive my version and submit local support to their version?