flomo MCP - Official

Created By
flomo2 months ago
Official flomo MCP server. Connect AI assistants to your flomo notes — search, create, edit notes and manage tags via Model Context Protocol.
Overview

持续不断记录,意义自然浮现

持续不断记录
意义自然浮现

flomo 浮墨笔记,不仅能帮你快速记录,还能帮你更好回顾
快速记录想法,及时回顾笔记。
从一张卡片开始,打造你的知识川流。

更快记录

无需格式、无需排版、无需分类,通过微信、APP、网页、插件等方式
随时随地记录你的想法,就像微信聊天一样简单

💡

在哪有灵感
就在哪里记

极简输入,全平台支持,甚至能在微信内输入

了解详情

🥳

怎样更顺手
那就怎样记

文字、拍照、扫描……

了解详情

更好回顾

通过标签与搜索,让你回顾过往记录时井井有条
通过桌面小部件、推送、微信提醒等多种方式,让你的过往记录发挥更大价值

🎉

每次解锁手机
都是一次回顾

多种回顾方式,让过往记录发挥更大价值

了解详情
每日回顾

🪄

连点成线
启发新视角

相关笔记,帮你探索笔记间隐藏的联系

了解详情
相关笔记

🗂️

用标签与搜索
回顾不成难题

通过标签与搜索,找到过往记录很容易

了解详情
每日回顾-标签搜索

📊

多维度统计
让习惯自然养成

多达八个维度统计分析,让你更了解自己

了解详情

全平台同步,随时记录

全平台同步

从手机到桌面端,flomo 现已覆盖主流平台,不止如此,多设备永久免费同步

利用 API 打造个人工作流

打造个人工作流

使用 API 可以方便导入微信读书、得到读书、即刻动态等。
目前已和数十款产品进行联动,更多产品陆续对接中

我们不擅长

flomo 只专注于记录与整理想法,拒绝 All in one

不贩卖个人隐私数据

不贩卖隐私数据

保护用户隐私永远是最重要的事情。我们不会通过贩卖隐私数据获得利润。
因此,你的订阅将支持我们做得更好。

打造知识川流,从此刻开始

打造知识川流
从此刻开始

在这里,我们只关注能否帮你记录更多想法,打造知识川流。
flomo = flow + memo
免费注册

关注服务号,申请内测

Project Info
Created At
2 months ago
Updated At
2 months ago
Author Name
flomo
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

2 hours ago
Puter Mcp

a day ago