AgentAge

Docs

Get started

Connect your AI tools to one shared markdown memory through a single MCP endpoint. One command links them all — they read and write the same notes, and a copy mirrors to plain files you own.

Connect to local files

Coming soon
zsh — agentage
$ npx @agentage/cli setup
opening browser to authorize…
linking Claude Code ✓
linking Claude Desktop ✓
linking Cursor ✓
mirroring → ~/memory ✓
connected — memory.agentage.io
  1. 1

    Run setup

    One command — no config files to edit by hand.

  2. 2

    Authorize in the browser

    Sign in once; setup gets a scoped token for your memory.

  3. 3

    Files mirror to your machine

    Setup wires the clients it finds — Claude Code, Claude Desktop, Cursor — and mirrors your memory to plain markdown you own. Edit the files directly anytime.

Connect in ChatGPT

Coming soon
  1. 1

    Open Settings → Connectors

    ChatGPT calls them connectors. Custom connectors require a paid plan.

  2. 2

    Add a custom connector

    Choose Add custom connector and paste the endpoint memory.agentage.io/mcp.

  3. 3

    Sign in

    Authorize with the same account. ChatGPT can now read and write your memory.

ChatGPT · Connectors
A♥
Agentage Memory
memory.agentage.io/mcp
Connect

Custom connector · OAuth sign-in · read & write

Obsidian plugin

Coming soon

Your memory mirrors to plain markdown, so it already opens in Obsidian as a normal vault. The plugin (in progress) adds two-way sync so edits in Obsidian flow back to every AI. Here is how it will work:

  1. 1

    Install the plugin

    In Obsidian: Settings → Community plugins → Browse, search Agentage Memory, install.

  2. 2

    Connect your account

    Open the plugin settings, click Connect, and authorize in the browser.

  3. 3

    Pick a folder to sync

    Choose the vault folder that mirrors your memory. Edits sync both ways.

Obsidian · vault
memory/
decisions.md
stack.md
people.md
# Stack
- db: postgres (FTS)
- why: own the data
↳ synced ✓

Connect directly to memory.agentage.io

Coming soon

Any MCP client can connect straight to the endpoint — no CLI needed. Point it at memory.agentage.io/mcp and sign in with OAuth. Once connected, your tools get six memory operations:

memory__search
Find notes by keyword across the whole memory.
memory__read
Read a note by path.
memory__write
Create or replace a note.
memory__edit
Apply a targeted edit to a note.
memory__list
List notes, optionally under a folder.
memory__delete
Remove a note.