MemoryOracle
MemoryOracle
AI 에이전트를 위한 영구 장기 메모리. 에이전트는 결코 잊지 않습니다.
10가지 도구. SQLite FTS5 전문(full-text) 검색. 네임스페이스별 격리. GDPR 준수 삭제. FeedOracle Trust Layer와의 상호 참조.
npx -y mcp-remote https://mcp.feedoracle.io/memory/mcp/문제점
모든 MCP 도구 호출은 상태 비저장(stateless)입니다. Claude Desktop이 다시 시작되고, Cursor가 닫히고, 세션이 종료되면 — 에이전트는 모든 것을 잊어버립니다. 사용자 선호도도, 프로젝트 기록도, 학습한 규칙도, 포트폴리오 추적도 없습니다.
MemoryOracle은 에이전트에게 재시작 후에도 유지되고, 여러 클라이언트에서 작동하며, 시간이 지날수록 더 가치 있게 되는 영구적이고 검색 가능한 메모리를 제공합니다.
Related MCP server: Recall
도구
도구 | 기능 |
| 사실, 선호도, 결정 또는 규칙을 저장합니다. 자동으로 중복을 제거합니다. |
| BM25 순위와 최신성 가중치를 적용한 전문(full-text) 검색 |
| 새 정보로 메모리를 업데이트합니다. 버전 기록(최근 10개 변경사항)을 보존합니다. |
| ID, 카테고리, 기간 또는 전체를 영구 삭제합니다. GDPR 제17조 |
| 세션 종료 시 캡처: 요약 + 추출된 사실, 결정, 실행 항목 |
| 카테고리, 중요도, 최신성, 접근 빈도 필터로 탐색 |
| FeedOracle Trust Layer 증거와 대조하여 메모리를 검증 |
| 대시보드: 개수, 저장 용량, 카테고리, 최다 접근, 최근 항목 |
| 전체를 JSON으로 내보냅니다. GDPR 제20조 데이터 이동권 |
| 서비스 상태 |
메모리 카테고리
카테고리 | 사용 시기 |
| 검증된 정보: "USDC는 MiCA 승인을 받음" |
| 사용자/에이전트 선호도: "보수적 배분, USDT 제외" |
| 내려진 결정: "EU 고객에 대해 USDT 차단" |
| 포착된 패턴: "RLUSD 페그 30일간 안정적" |
| 비즈니스 규칙: "페그 편차 2% 초과 자산은 절대 추천하지 않음" |
| 연결된 사실이 포함된 세션 요약 |
| 포트폴리오 포지션 및 자산 배분 |
| 미해결 작업: "4월에 RLUSD 상태 확인" |
예시: 컴플라이언스 에이전트 워크플로우
세션 1 — 에이전트가 MiCA 컴플라이언스 점검을 수행합니다:
{"name": "store_memory", "arguments": {
"content": "USDT blocked for EU — MiCA NOT AUTHORIZED. Preflight: STOP.",
"category": "decision", "importance": 10,
"tags": ["usdt", "mica", "blocked"],
"namespace": "compliance-bot"
}}세션 2 — 다음 날, 에이전트가 기억합니다:
{"name": "query_memory", "arguments": {
"query": "USDT EU compliance status",
"namespace": "compliance-bot"
}}→ 어제의 결정을 즉시 기억합니다. 재확인이 필요 없습니다.
세션 종료 — 자동 캡처:
{"name": "summarize_session", "arguments": {
"summary": "Reviewed stablecoin portfolio. USDT blocked. RLUSD pending.",
"key_facts": ["USDC authorized", "EURC authorized", "USDT blocked"],
"decisions": ["Block USDT for EU"],
"action_items": ["Check RLUSD in April 2026"],
"namespace": "compliance-bot"
}}왜 다른가
기능 | MemoryOracle | 기타 |
검색 | FTS5 BM25 순위 + 최신성 가중치 | 기본 키워드 |
카테고리 | 8가지 구조화된 유형 | 단순 키-값 |
세션 캡처 | 사실, 결정, 실행 항목 자동 추출 | 수동만 가능 |
Trust Layer | 서명된 증거와 상호 참조 | 없음 |
GDPR | 제17조 삭제 + 제20조 내보내기 | 대개 없음 |
네임스페이스 | 에이전트별 격리 | 전역 공유 |
기록 | 버전 추적(최근 10개 변경사항) | 덮어쓰기 |
TTL | 구성 가능한 시간으로 자동 만료 | 없음 |
x402 호출당 과금
POST https://tooloracle.io/x402/memory/mcp/도구 | 단위 | 가격 |
| 2 | $0.02 |
| 5 | $0.05 |
| 8 | $0.08 |
| 5 | $0.05 |
| 3 | $0.03 |
| 2 | $0.02 |
| 1 | $0.01 |
연결
{
"mcpServers": {
"memory": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.feedoracle.io/memory/mcp/"]
}
}
}ToolOracle의 일부
MemoryOracle은 ToolOracle의 일부입니다 — 50개 이상의 MCP 서버, 530개 이상의 도구. FeedOracle 컴플라이언스 인프라로 구동됩니다.
Decision Preflight, Trust Layer, ISO 20022 및 다른 모든 도구를 기하급수적으로 더 가치 있게 만드는 메모리 레이어입니다.
더 읽어보기
📝 24시간 365일 실행되고, 결코 잊지 않으며, 자신의 작업을 검증하는 AI 에이전트를 만들었습니다 — Memory + Scheduler + Decision Preflight가 하나의 통합 자율 에이전트 스택으로 함께 작동하는 방식. 실제 도구 출력물이며, 이론이 아닙니다.
라이선스
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides AI agents with persistent, searchable memory that survives across conversations using semantic search, temporal versioning, and smart organization. Enables long-term context retention and cross-session continuity for AI assistants.14
- FlicenseAqualityNot gradedmaintenanceProvides long-term memory storage for AI assistants with semantic search, enabling persistent storage of preferences, decisions, and context with relationship tracking between memories.19
- AlicenseAqualityDmaintenanceProvides persistent key-value storage with full-text search, tags, and namespaces for AI agents to maintain context across sessions.7MIT
- AlicenseAqualityAmaintenanceProvides persistent, searchable memory for AI agents, enabling them to retain, recall, and reflect on information across conversations.191MIT
Related MCP Connectors
Persistent memory for AI agents. Search, store, and recall across sessions.
Persistent memory for AI agents — verbatim conversations, searchable by meaning.
Universal memory for AI agents and tools. Save, organize and search context anywhere.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ToolOracle/memoryoracle'
If you have feedback or need assistance with the MCP directory API, please join our Discord server