Timergy for LangChain
io.github.dockerdiscordcontrol/timergy
Create scheduling polls, vote, and finalize times from AI agents.
client:LangChain
transport:stdio
runtime:npm
Install Timergy in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"timergy": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@timergy/mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs