AndrewDonelson_go-mcp-server-service

AndrewDonelson_go-mcp-server-service

3.1

If you are the rightful owner of AndrewDonelson_go-mcp-server-service and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A JSON-RPC 2.0 compliant server implementing the Model Context Protocol (MCP) for note management.

The go-mcp-server-service is a JSON-RPC 2.0 compliant server designed to implement the Model Context Protocol (MCP) for managing notes. It serves as a boilerplate for developers to create their own projects, offering cross-platform support for Windows, Linux, and macOS. The server includes both a command-line interface and a service component, making it suitable for both development and release builds. It features a thread-safe note management system and supports a custom URI scheme for accessing notes. The server is built using Go and requires GNU Make and Git for building and versioning.

Features

  • JSON-RPC 2.0 compliant API
  • Cross-platform support (Windows, Linux, macOS)
  • Thread-safe note management
  • Development and release build configurations
  • Service and command-line interface components