MCP.so
Sign In

Flomo Go Tools

@jamesfeng2009

About Flomo Go Tools

No overview available yet

Basic information

Category

Other

Runtime

go

Transports

stdio

Publisher

jamesfeng2009

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Flomo Go Tools?

Flomo Go Tools is a Go‑based toolset for sending notes to Flomo. It provides both a command‑line interface (CLI) and an MCP server for integration with AI or other tools.

How to use Flomo Go Tools?

Clone the repository, copy .env.example to .env and set your Flomo API URL. Compile the CLI with go build -o flomo cmd/flomo/main.go. Use the CLI with ./flomo -c "your note" and optional -t for tags, or pipe input. Start the MCP server with go run server.go; it exposes a write_note tool that accepts a content string (Markdown supported).

Key features of Flomo Go Tools

  • Send notes via CLI or MCP server
  • Add tags with the -t flag
  • Receive input from pipes
  • Verbose logging via -v flag
  • Friendly command‑line interface

Use cases of Flomo Go Tools

  • Quickly jot down a note from the terminal
  • Batch‑send tagged notes using pipe and scripts
  • Integrate Flomo with AI assistants via MCP
  • Debug note sending with detailed verbose output

FAQ from Flomo Go Tools

What do I need to run Flomo Go Tools?

You need a Flomo API URL, set as the FLOMO_API_URL environment variable (e.g., https://flomoapp.com/iwh/xxx/xxx).

How do I add tags to a note?

Use the -t flag followed by comma‑separated tags, e.g., ./flomo -c "content" -t "tag1,tag2".

Can I send a note using pipe input?

Yes, pipe content into the CLI: echo "note content" | ./flomo.

What tool does the MCP server provide?

The MCP server provides a write_note tool. It accepts a content string parameter and supports Markdown formatting.

Are there any rate limits or precautions?

Yes. The README advises keeping your Flomo API URL secret and controlling the frequency when sending many notes. Use the -v flag for detailed logs if you encounter issues.

Comments

More Other MCP servers