Add the "AI Clients" integration docs.#261
Conversation
|
@hynek-urban is attempting to deploy a commit to the Memos FOSS Team on Vercel. A member of the Team first needs to authorize it. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThis PR adds AI integration documentation to the Memos project. A new documentation page describes connecting AI clients via MCP server or Latchkey API. The integrations index and metadata are updated accordingly, and the card component gains support for the BotMessageSquare icon. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This PR adds a simple guide for connecting AI clients to Memos.
I believe that it's worth pointing out the option of doing so because of the strong use cases: from AI agents helping to retrieve your notes, to agents using them as guidance for their own actions, all the way to AI agents actively building a knowledge base (similar to e.g. this: https://x.com/karpathy/status/2039805659525644595).
The PR describes both using the embedded
/mcpserver as well as an alternative in the form of a direct API access. That could be achieved in various ways. The one that's been chosen here is relatively straightforward, secure (secrets are encrypted, the agents don't see them, and no intermediaries or third parties get to see them either), general (the same setup can be used for any AI agent and even reused for other APIs), and friendly to local setups.Summary by CodeRabbit