{
"mcpServers": {
"mcp-server-flomo-go": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
这是一个用 Go 语言开发的 Flomo 工具集,提供命令行工具和 MCP 服务器两种方式来发送笔记到 Flomo。
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 358 days ago. 1 stars.
Will it work with my client?
Transport: http. Compatibility not confirmed.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for Mcp Server Flomo Go and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
这是一个用 Go 语言开发的 Flomo 工具集,提供命令行工具和 MCP 服务器两种方式来发送笔记到 Flomo。
git clone https://github.com/yourusername/mcp-server-flomo-go.git
cd mcp-server-flomo-go
cp .env.example .env
编辑 .env 文件,添加你的 Flomo API URL:
FLOMO_API_URL=https://flomoapp.com/iwh/xxx/xxx
go build -o flomo cmd/flomo/main.go
./flomo -c "你的笔记内容"
./flomo -c "笔记内容" -t "标签1,标签2"
echo "笔记内容" | ./flomo
./flomo -c "笔记内容" -v
-c, --content: 笔记内容(必需)-t, --tags: 标签列表,用逗号分隔(可选)-v, --verbose: 显示详细信息(可选)-h, --help: 显示帮助信息go run server.go
write_note: 写入笔记
content (string) - 笔记内容,支持 Markdown 格式.
├── cmd
│ └── flomo
│ └── main.go # CLI 工具实现
├── pkg
│ └── flomo
│ └── client.go # Flomo API 客户端
├── server.go # MCP 服务器实现
├── .env # 环境变量配置
└── README.md # 本文档
go fmt 格式化代码Note sent successfully! 🎉
Created at: 2025-04-16 00:35:06
Tags: 测试
View at: https://v.flomoapp.com/mine/?memo_id=xxx
Detailed information:
- Source: incoming_webhook
- Creator ID: xxx
- Response code: 0
- Response message: 已记录
- Total time: 896.754667ms
-v 参数查看详细日志MIT License