checksum mcp for LangChain
io.github.mrfentmen/checksum-mcp
Compute file and text checksums locally with sha and md5. No network and no key.
client:LangChain
transport:stdio
runtime:npm
Install checksum mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"checksum-mcp": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "checksum-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs