In-Memoria
Verified Safeby pi22by7
Overview
Provides persistent intelligence infrastructure for AI agents, enabling them to understand codebases, detect patterns, predict coding approaches, and generate context-aware insights.
Installation
in-memoria serverEnvironment Variables
- OPENAI_API_KEY
- SURREAL_SYNC_DATA
- NAPI_RS_NATIVE_LIBRARY_PATH
- IN_MEMORIA_DB_FILENAME
- IN_MEMORIA_STORAGE_DIR
- IN_MEMORIA_BATCH_SIZE
- IN_MEMORIA_MAX_CONCURRENT
- IN_MEMORIA_REQUEST_TIMEOUT
- IN_MEMORIA_LOG_LEVEL
- IN_MEMORIA_PERFORMANCE_LOGGING
- IN_MEMORIA_VECTOR_DB_PATH
Security Notes
The server operates primarily over standard I/O (stdio), limiting direct network attack surface. It relies on native Rust binaries for core analysis, which could be a risk if the binaries are compromised, but this is mitigated by open-source development. No explicit 'eval' usage or hardcoded critical secrets were found. 'JSON.parse' is used but inputs are validated by Zod schemas, reducing common injection risks.
Similar Servers
cclsp
Integrate LLM-based coding agents with Language Server Protocol (LSP) servers to enable robust code navigation, symbol resolution, and refactoring across various programming languages.
memory-graph
A graph-based MCP server that provides intelligent memory capabilities for Claude Code, enabling persistent knowledge tracking, relationship mapping, and contextual development assistance.
codegraph-rust
Transforms codebases into a semantically searchable knowledge graph, enabling AI agents to reason about code relationships, architecture, and impact rather than just performing text-based searches.
mcp-memory-keeper
Provides persistent context management for Claude AI coding assistants, ensuring work history, decisions, and progress are preserved across sessions and context limits.