Skip to content
LangChain

KukGit for LangChain

io.github.amithkukllod777/kukgit

Read and write KukGit repositories, files, issues and pull requests from an AI assistant.

client:LangChain transport:streamable-http

Install KukGit in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "kukgit": {
            "transport": "streamable_http",
            "url": "https://git.kuklabs.com/mcp",
        }
})

tools = await client.get_tools()

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

KukGit in other clients