Skip to content
LangChain

hunch for LangChain

io.github.prithviseran/hunch

Focus-free macOS control for AI agents: drive your real Mac apps in the background, no stolen focus.

client:LangChain transport:stdio runtime:pypi

Install hunch in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "hunch": {
            "transport": "stdio",
            "command": "uvx",
            "args": ["hunch-sdk"],
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

hunch in other clients