Skip to content
LangChain

PkgSeek Linux Intelligence for LangChain

io.github.yeagoo/pkgseek

Linux package, file, command, vulnerability, lifecycle, migration, and repository intelligence.

client:LangChain transport:streamable-http

Install PkgSeek Linux Intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "pkgseek": {
            "transport": "streamable_http",
            "url": "https://api.pkgseek.com/mcp",
        }
})

tools = await client.get_tools()

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

PkgSeek Linux Intelligence in other clients