mcp-server-flomo-go

jamesfeng2009/mcp-server-flomo-go

3.1

If you are the rightful owner of mcp-server-flomo-go 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.

Flomo Go Tools is a Go language-based toolkit designed to send notes to Flomo via command line and MCP server.

Flomo Go Tools is a versatile toolkit developed in Go language, aimed at enhancing the user experience of sending notes to Flomo. It offers both a command-line interface and an MCP server integration, allowing users to efficiently manage their notes. The toolkit supports quick note sending, tagging, and detailed logging, making it a comprehensive solution for note management. With a user-friendly command-line interface, users can easily interact with the tool, while the MCP server provides additional integration capabilities. The project is structured to ensure ease of use and development, adhering to Go's standard coding practices. It also emphasizes security by advising users to keep their Flomo API URL confidential.

Features

  • Quick note sending via command line
  • Support for adding tags to notes
  • Integration with MCP server
  • Detailed logging for tracking
  • User-friendly command-line interface

Usages

usage with local integration

go
// Start the MCP server locally using Go
// Ensure you have Go installed and the environment set up

go run server.go

usage with remote integration

yaml
# Example configuration for remote integration using HTTP streaming
# This assumes you have a server running that can handle HTTP requests

paths:
  /mcp:
    post:
      x-ms-agentic-protocol: mcp-streamable-1.0