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
Bump to 0.7.2, enrich npm README for MCP directory listings
The npm README is used by mcp.so and other directories as the package
overview. Updated with full product description, 12-tool table, privacy
model, and install instructions. Synced Makefile + npm version to 0.7.2.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
NPM wrapper for [SAME (Stateless Agent Memory Engine)](https://github.com/sgx-labs/statelessagent) — persistent memory for AI coding agents.
3
+
Persistent memory for AI coding agents. Local-first, private, no cloud.
4
4
5
-
This package downloads the prebuilt SAME binary for your platform at install time. No Go toolchain required.
5
+
Your AI agent forgets everything between sessions. SAME fixes that. It indexes your project notes locally, captures decisions as you work, and surfaces relevant context at session start. A 6-gate relevance chain decides when to inject context and when to stay quiet — about 80% of prompts get no injection at all.
6
+
7
+
## What it does
8
+
9
+
-**Semantic search** over your markdown notes via local Ollama embeddings (falls back to keyword search without Ollama)
10
+
-**Federated search** across multiple registered vaults
11
+
-**Session handoffs** — your agent writes what it did, the next session picks up where it left off
12
+
-**Decision log** — decisions are saved and surfaced automatically in future sessions
13
+
-**`same ask`** — RAG chat over your vault with source citations
14
+
-**`same demo`** — try it in 60 seconds, creates a sandbox, cleans up after
15
+
16
+
## 12 MCP Tools
17
+
18
+
| Tool | Type | Description |
19
+
|------|------|-------------|
20
+
|`search_notes`| read | Semantic + keyword search across your vault |
21
+
|`search_notes_filtered`| read | Search with domain, workstream, and tag filters |
22
+
|`search_across_vaults`| read | Federated search across multiple vaults |
23
+
|`find_similar_notes`| read | Find notes related to a given note |
0 commit comments