Agrasandhany
БесплатноНе проверенTurns local plain-text notes into searchable long-term memory for AI agents through the MCP protocol.
Описание
Turns local plain-text notes into searchable long-term memory for AI agents through the MCP protocol.
README
From Sanskrit agrasandhanī (uh-gruh-sun-DHAA-nee) — the mythic ledger that records every action of every soul.
agy — turn local notes into long-term memory for AI agents
Status: Alpha
What is Agrasandhany (agy)
Local, plain-text notes, written for yourself. That's the whole idea — and agy turns them into memory your agents can search over.
- Notes become memories — each file, turned into searchable facts.
- Folders become scopes —
projects/backend/design.mdis taggedprojects/backend, automatically. - Living summaries — a summary of notes by folder, auto-refreshed as they change.
vault (files) → daemon (sync) → Hindsight (memory)
↑
MCP (agents)
The filesystem is the source of truth — agy mirrors your files; it's not a backup. Delete a note and its memory clears on the next sync.
Under the hood: agy embeds Hindsight — a local retain/recall engine that extracts memories from your notes.
Prerequisites
- uv
- Linux or macOS (launchd auto-start requires macOS)
- An LLM provider — any Hindsight-supported provider works.
Install
git clone https://github.com/yugandhar-maram/agrasandhany.git ~/agrasandhany
cd ~/agrasandhany
Quick start (full guide)
# Configure LLM access
cp .env.example .env # defaults to Claude Code
export AGY_ENV_FILE=~/agrasandhany/.env
# Start the daemon
uv run agy daemon start
# Register a vault
uv run agy vault add ~/notes --name notes
# The daemon picks up new vaults automatically
MCP Integration
This gives your agent access to your memories. Add to your agent's MCP config (e.g. .claude/settings.json):
{
"mcpServers": {
"agrasandhany": {
"command": "uv",
"args": ["run", "--project", "~/agrasandhany", "python", "-m", "agy.mcp"],
"env": {
"AGY_ENV_FILE": "~/agrasandhany/.env",
"AGY_VAULT": "notes"
}
}
}
}
Docs
- usage — setup, daemon, vault, MCP
- configuration — env vars and vault settings
- operations — logs, jobs, troubleshooting
License
Dedicated to my wife — for the evenings, the weekends, and the patience. This wouldn't exist without the space you made for it.
Установить Agrasandhany в Claude Desktop, Claude Code, Cursor
unyly install agrasandhanyСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add agrasandhany -- uvx --from git+https://github.com/yugandhar-maram/agrasandhany agrasandhanyFAQ
Agrasandhany MCP бесплатный?
Да, Agrasandhany MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Agrasandhany?
Нет, Agrasandhany работает без API-ключей и переменных окружения.
Agrasandhany — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Agrasandhany в Claude Desktop, Claude Code или Cursor?
Открой Agrasandhany на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Agrasandhany with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
