Flomo Go Tools
@jamesfeng2009
Flomo Go Tools について
概要はまだありません
基本情報
設定
ツール
ツールは検出されませんでした
ツールは 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
-tflag - Receive input from pipes
- Verbose logging via
-vflag - 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.
「その他」の他のコンテンツ

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
コメント