MCP.so
ログイン

Flomo Go Tools

@jamesfeng2009

Flomo Go Tools について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

go

トランスポート

stdio

公開者

jamesfeng2009

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「その他」の他のコンテンツ