Ratary Memory Mcp
@ontorata
关于 Ratary Memory Mcp
Ratary is an open-source AI Brain Platform. The Memory MCP server (ratary) gives coding assistants durable, owner-scoped memory across sessions — hybrid search, knowledge graph traversal, and token-efficient context assembly.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ratary": {
"command": "npx",
"args": [
"-y",
"@ratary/mcp-server"
],
"env": {
"RATARY_BASE_URL": "https://ratary.ontorata.com",
"RATARY_API_KEY": "aic_..."
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Ratary Memory Mcp?
Ratary Memory Mcp is an open-source AI Brain Platform that provides coding assistants with durable, owner-scoped memory across sessions. It combines hybrid search, knowledge graph traversal, and token-efficient context assembly.
How to use Ratary Memory Mcp?
Install via npm (@ratary/mcp-server) for a REST proxy with 6 tools, or clone the repository for local stdio with 28 tools. Self-host using D1, Postgres, Supabase, MariaDB, or Docker. An optional remote Streamable HTTP transport is available when deployed.
Key features of Ratary Memory Mcp
- Durable, owner-scoped memory across sessions
- Hybrid search and knowledge graph traversal
- Token-efficient context assembly
- Self-hostable with multiple database backends
- Multiple transport options: stdio, REST proxy, Streamable HTTP
Use cases of Ratary Memory Mcp
- Persistent memory for coding assistants between sessions
- Hybrid search over past project context
- Knowledge graph traversal to find relational data
- Token-efficient context assembly for LLM conversations
FAQ from Ratary Memory Mcp
What is Ratary Memory Mcp?
It is an open-source platform that gives coding assistants durable, owner-scoped memory across sessions using hybrid search, knowledge graph traversal, and token-efficient context assembly.
What transports does Ratary Memory Mcp support?
Local stdio with 28 tools (clone repo), npm package @ratary/mcp-server as a REST proxy with 6 tools, and optional remote Streamable HTTP when deployed.
How can I self-host Ratary Memory Mcp?
You can self-host using D1, Postgres, Supabase, MariaDB, or Docker.
Is Ratary Memory Mcp open source?
Yes, Ratary is an open-source AI Brain Platform.
What are the runtime or database requirements?
It supports D1, Postgres, Supabase, MariaDB, or Docker for self-hosting. The npm version acts as a REST proxy.
记忆与知识 分类下的更多 MCP 服务器
Semantic Scholar MCP Server
YUZongminA FastMCP server implementation for the Semantic Scholar API, providing comprehensive access to academic paper data, author information, and citation networks.

Dash Api Docs Mcp Server
KapeliMCP server for Dash, the macOS API documentation browser
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
Memory Bank MCP Server
alioshrA Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
评论