New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

memory-for-ai

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

memory-for-ai

Fast code intelligence for AI coding agents — installs a verified native runtime set

pipPyPI
Version
0.11.0
Weekly downloads
139
-4.14%
Maintainers
1
Weekly downloads
 
Created

memory-for-ai

mcp-name: io.github.LonelyTraderBay/memory-for-ai

An MCP server that turns a codebase into a persistent knowledge graph — functions, classes, call chains, HTTP routes, cross-service links — so an AI coding agent answers structural questions with graph queries instead of reading file after file. Fully local: no API key, no Docker, no telemetry.

This Python wrapper downloads the selected memory-for-ai runtime set from GitHub Releases on first run and verifies it before publishing it in your OS cache directory. The set contains the native executable and authenticated integration asset, with the graph UI always embedded.

Installation

pip install memory-for-ai
# or
pipx install memory-for-ai

There is one composition per platform: the graph UI ships in every build, so no variant selection is needed.

Usage

memory-for-ai install             # configure every detected coding agent (--dry-run previews)
memory-for-ai install --project   # repo-local fenced server named after the repo (no global changes)
memory-for-ai cli list_projects   # every MCP tool also runs as a one-shot CLI command
memory-for-ai --help

Restart your agent, say "Index this project" — done. Update with pip install -U memory-for-ai.

Supported platforms

OSArchitecture
macOSarm64, amd64
Linuxarm64, amd64
Windowsarm64, amd64

Documentation

License

MIT

Keywords

ai

FAQs

Related posts