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.
其他 分类下的更多 MCP 服务器
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
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.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
评论