Our MCP dev kit
We made a simple, clean and pythonic implementation of MCP protocol - MCPager to leverage the power of MCP on our platform. MCPager acts like glue between an AI agent and any open MCP server, e.g. any one listed in the Docker MCP collection..
It also provides an out-of-the-box connector to LangGraph, so you can easily build an integration with your own AI agent using one of the most popular open agentic frameworks.
Integration with an MCP server of your choice
To use our dev kit with an AI agent, you need an MCP server first. You can use any open MCP server or build your own. Refer to the examples of basic integrations with MCPager and LangChain/LangGraph.


