Skip to content

engrammic-ai/mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Engrammic MCP

Persistent memory for AI agents.

Quickstart

  1. Install from MCP Registry or uvx engrammic-mcp
  2. Set ENGRAMMIC_API_KEY (join the waitlist for access)
  3. Done

Examples

Store something:

"Remember that the user prefers dark mode"

Recall it later:

"What do I know about user preferences?"

Tools

Tool Purpose
remember Store observations to memory
learn Store claims with evidence to knowledge
believe Form commitments in wisdom
recall Search and retrieve context
link Connect related concepts
trace Query provenance chains
hypothesize Form tentative beliefs
commit Crystallize hypotheses to commitments

Configuration

export ENGRAMMIC_API_KEY=eng_xxx

Or add to Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "engrammic": {
      "command": "engrammic-mcp",
      "env": {
        "ENGRAMMIC_API_KEY": "eng_xxx"
      }
    }
  }
}

Self-Hosting

For local/offline usage, see engrammic-engine.

Learn More

  • EAG Manifesto - the paradigm explained
  • EAG Concepts - understand the memory model
  • Using Claude Code? Copy skills/ to ~/.claude/skills/ for EAG workflow guidance

License

Apache 2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages