Provides a modular server implementing the Model Context Protocol standard with tools for interacting with GitHub, GitLab, Google Maps, memory storage, and Puppeteer.
This modular server implements the Model Context Protocol (MCP) standard, acting as a unified gateway for various tools. It offers functionalities like interacting with GitHub and GitLab for repository and issue management, utilizing Google Maps for geocoding and place searching, providing persistent memory storage, and automating web tasks with Puppeteer. Its architecture allows for easy addition or removal of tools as needed, enhancing its adaptability for different use cases. The MCP gateway simplifies tool access, while direct tool access enables more granular control.
主要功能
01Modular architecture for easy tool addition and removal.
02Includes tools for GitHub, GitLab, Google Maps, Memory Storage, and Puppeteer.
03Provides a unified MCP gateway for all tool requests.
04Offers direct access to each tool via its own API endpoints.
05Implements the Model Context Protocol (MCP) standard.
使用案例
01Automating interactions with GitHub and GitLab repositories.
02Integrating Google Maps functionalities like geocoding and directions into AI agents.
03Providing persistent memory storage for AI agent data.