You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
A simple memory system designed to allow LLMs to store and retrieve information. This provides some focused tools to LLMs via the [Model Context Protocol](https://modelcontextprotocol.io/introduction).
4
4
5
+
## Poem
6
+
7
+
In Tiger Memory's quiet den we keep,
8
+
Soft echoes of intent that never sleep.
9
+
Through MCP the tales arrive and stay,
10
+
Remembered, recalled, then set away.
11
+
12
+
We stitch our notes in Timescale's steady thread,
13
+
With migrations marking every path we tread.
14
+
When tools and APIs converse in tune,
15
+
The server hums beneath a patient moon.
16
+
5
17
## API
6
18
7
19
All methods are exposed as MCP tools and REST API endpoints.
0 commit comments