Skip to content
Back to search
30
MCP

@aictx/memory

npm/@aictx/memory

Local-first project memory for AI coding agents.

Uptime
0.0%
94 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

@remem-ai/remem
Local-first coding agent memory for Claude Code and OpenAI Codex
0 tools
memorix
Local-first shared memory layer for AI coding agents across MCP clients, Git history, reasoning context, and project sessions.
0 tools
io.github.xchucx/agent-memory
Git-native project memory for AI coding agents: Markdown source of truth, reviewable, secret-safe.
0 tools
io.github.riponcm/projectmem
Local-first memory + judgment layer for AI coding agents — warns before repeating failed fixes.
0 tools
ithz-mcp
Local-first deterministic project memory for AI coding agents and MCP workflows.
0 tools
projectmind
Persistent project memory for AI coding agents: one compact digest instead of re-reading the repo.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@aictx/memory": {
      "url": "None",
      "transport": "http"
    }
  }
}