
In Memoria
@pi22by7
关于 In Memoria
Persistent codebase intelligence that gives agents memory across sessions.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"in-memoria": {
"command": "npx",
"args": [
"in-memoria",
"server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is In Memoria?
In Memoria is an MCP (Model Context Protocol) server that gives AI coding assistants persistent memory across sessions by learning from your codebase's patterns, architecture, conventions, and decisions.
How to use In Memoria?
Install the npm package in-memoria and configure it as an MCP server for your AI coding assistant (e.g., Claude, Copilot, Cursor). Once configured, the server automatically learns from your codebase and provides context to the AI during sessions.
Key features of In Memoria
- Persists codebase knowledge across AI sessions
- Learns patterns, architecture, conventions, and decisions
- Integrates via the Model Context Protocol (MCP)
- Reduces token waste by avoiding re-analysis
- Eliminates repetitive explanations to AI assistants
Use cases of In Memoria
- Maintain architectural decisions across multiple coding sessions
- Provide instant context on naming conventions and code style
- Prevent AI from suggesting rejected patterns or decisions
- Speed up onboarding of AI assistants to large codebases
FAQ from In Memoria
What problem does In Memoria solve?
Every AI coding session starts from scratch, forcing users to repeatedly explain conventions, architecture, and decisions. In Memoria eliminates this "session amnesia" by remembering across sessions.
How does In Memoria work?
It acts as an MCP server that learns from your actual codebase—patterns, architecture, conventions, and decisions—and stores them persistently so AI assistants can query that knowledge on demand.
Which AI coding assistants does In Memoria support?
In Memoria works with any AI assistant that supports the Model Context Protocol, such as Claude, GitHub Copilot, and Cursor.
What are the runtime dependencies for In Memoria?
In Memoria is a Node.js package available on npm. You need a Node.js runtime and an MCP-compatible AI coding assistant host.
What kind of knowledge does In Memoria learn?
It learns patterns, architecture, conventions, and decisions from your codebase, including what works, what was rejected, and why—so the AI doesn't repeat mistakes.
其他 分类下的更多 MCP 服务器
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论