mcp standardnotes for LangChain
io.github.lozit/mcp-standardnotes
End-to-end encrypted access to a Standard Notes vault (protocol 004, local stdio only).
client:LangChain
transport:stdio
runtime:npm
Install mcp standardnotes in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp-standardnotes": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "mcp-standardnotes"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs