Provides a robust server boilerplate for Model Context Protocol (MCP) applications in Go.
Moose is a flexible boilerplate for building Model Context Protocol (MCP) servers using Go. It offers dual operational modes: STDIO for direct input/output streams and Server-Sent Events (SSE) for continuous data pushing, making it particularly well-suited for seamless integration with AI IDEs like Cursor AI.
主な機能
01Implemented in Go
020 GitHub stars
03Supports Server-Sent Events (SSE) mode for client communication
04Designed for Cursor AI IDE integration
05Model Context Protocol (MCP) server boilerplate
06Supports STDIO mode for client communication
ユースケース
01Integrating AI functionalities into IDEs via SSE
02Developing custom Model Context Protocol (MCP) servers
03Integrating AI functionalities into IDEs via STDIO