MCPs tagged with langchain
-
Agentic Long-Term Memory with Notion Integration
Production-ready agentic long-term memory and Notion integration with Model Context Protocol support.
Agentic Long-Term Memory with Notion Integration enables AI agents to incorporate advanced long-term memory capabilities using both vector and graph databases. It offers comprehensive Notion workspace integration along with a production-ready Model Context Protocol (MCP) server supporting HTTP and stdio transports. The tool facilitates context management, tool discovery, and advanced function chaining for complex agentic workflows.
- ⭐ 4
- MCP
- ankitmalik84/Agentic_Longterm_Memory
-
Telephony MCP Server
MCP-based telephony server enabling LLMs to make voice calls and send SMS via Vonage.
Telephony MCP Server provides Model Context Protocol-based tools that allow integration of telephony operations, such as voice calls and SMS sending, with Large Language Model applications. Built with Python and leveraging the Vonage API, it exposes callable functions that LLMs can use to interact with the real world. The server defines tools like 'voice_call' and 'send_sms' for secure, programmatic communication via FastAPI interfaces. It is designed for agentic and tool-using AI systems to extend their operational capabilities beyond text generation.
- ⭐ 12
- MCP
- khan2a/telephony-mcp-server