Fovea Memory
БесплатноНе проверенLocal MCP server that enables AI clients to read and search memories from the Fovea macOS app, with privacy-focused local operation and optional semantic search
Описание
Local MCP server that enables AI clients to read and search memories from the Fovea macOS app, with privacy-focused local operation and optional semantic search.
README
Fovea Memory MCP is a local stdio MCP server that lets AI clients read memories created by the Fovea macOS app.
It runs on your Mac, reads the local Fovea Memory SQLite database, and exposes only memories marked visible to MCP. It does not upload your memory database to Fovea, GitHub, npm, or any third-party service.
Install
Use this configuration in any MCP client that supports local stdio servers:
{
"mcpServers": {
"fovea-memory": {
"command": "npx",
"args": ["-y", "fovea-memory-mcp@1"]
}
}
}
The equivalent command is:
npx -y fovea-memory-mcp@1
No environment variables are required for normal use. The server discovers the current Fovea namespace through:
~/Library/Application Support/Fovea/current-namespace.json
Requirements
- macOS with Fovea installed and run at least once
- Node.js 22.5 or newer
- A local Fovea Memory database with memories visible to MCP
- An MCP client that supports local stdio servers
Client Examples
Claude Code
claude mcp add fovea-memory -- npx -y fovea-memory-mcp@1
Codex
codex mcp add fovea-memory -- npx -y fovea-memory-mcp@1
Claude Desktop, Cursor, VS Code, and Other Clients
Use the standard local server configuration:
{
"mcpServers": {
"fovea-memory": {
"command": "npx",
"args": ["-y", "fovea-memory-mcp@1"]
}
}
}
Some clients use a different top-level key, such as servers instead of mcpServers. Keep the server command and args the same.
Tools
The server exposes these MCP tools:
recall_recent_fovea_memory: recall what the user recently saw, asked, or said through Fovealist_recent_fovea_memories: list recent visible Fovea memoriessearch_fovea_memory: search visible Fovea memories by keyword, with optional semantic search when configured. Optional filters includefrom_epoch,to_epoch,time_expression(自然语言时间词,如「昨天」「上周」「今天上午」「this morning」;explicit epochs take precedence),source_type,include_hidden, andlimit.forget_fovea_memory: soft-delete a memory from the local recent store
Privacy Model
- Local stdio process only
- Reads the local Fovea Memory SQLite database
- Returns only active memories with
mcp_visibility='visible' - Soft delete uses local SQLite status updates
- Writes best-effort local audit events to
audit.sqlite - Does not send memory data to GitHub or npm
Semantic search is optional. If FOVEA_BACKEND_URL and FOVEA_AUTH_TOKEN are set, the server can request an embedding for the search query. If they are not set, search automatically falls back to local keyword matching.
Development
npm test
The test suite creates a synthetic SQLite database at runtime. It does not require private Fovea fixtures.
License
Apache-2.0
Установка Fovea Memory
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/hellofovea/fovea-memory-mcpFAQ
Fovea Memory MCP бесплатный?
Да, Fovea Memory MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Fovea Memory?
Нет, Fovea Memory работает без API-ключей и переменных окружения.
Fovea Memory — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Fovea Memory в Claude Desktop, Claude Code или Cursor?
Открой Fovea Memory на 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 Fovea Memory with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
