Skip to content
LangChain

secretcarousel for LangChain

io.github.jyswee/secretcarousel

Agent-first secrets vault. Store, rotate, and share credentials from chat. 20 tools.

client:LangChain transport:sse runtime:npm

Install secretcarousel in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

secretcarousel in other clients