Skip to content
LangChain

Sigistry Plugin & Skill Catalog for LangChain

com.sigistry/plugin-catalog

Search verified Claude Code plugins and skills; fetch portable SKILL.md sources. Read-only.

client:LangChain transport:streamable-http tools:8

Install Sigistry Plugin & Skill Catalog in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "plugin-catalog": {
            "transport": "streamable_http",
            "url": "https://sigistry.com/mcp",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

Sigistry Plugin & Skill Catalog in other clients