mcpvessel docs for LangChain
io.github.okedeji/mcpvessel-docs
mcpvessel agent io.github.okedeji/mcpvessel-docs
client:LangChain
transport:stdio
runtime:oci
Install mcpvessel docs in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcpvessel-docs": {
"transport": "stdio",
"command": "docker",
"args": ["run", "-i", "--rm", "ghcr.io/okedeji/mcpvessel-docs:0.1.2"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs