Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "engram",
"version": "0.1.0",
"description": "Persistent memory for AI coding agents from Codex via MCP",
"author": {
"name": "Gentleman-Programming",
"url": "https://github.com/Gentleman-Programming/engram"
},
"homepage": "https://github.com/Gentleman-Programming/engram",
"repository": "https://github.com/Gentleman-Programming/engram",
"keywords": [
"mcp",
"codex"
],
"mcpServers": "./.mcp.json",
"skills": "./skills/",
"interface": {
"displayName": "Engram",
"shortDescription": "Persistent memory for AI coding agents from Codex via MCP",
"longDescription": "Persistent memory system for AI coding agents. Agent-agnostic Go binary with SQLite + FTS5, MCP server, HTTP API, CLI, and TUI.",
"category": "Memory",
"websiteURL": "https://github.com/Gentleman-Programming/engram"
}
}
20 changes: 20 additions & 0 deletions .github/workflows/plugin-quality-gate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Plugin Quality Gate

on:
pull_request:
paths:
- ".codex-plugin/**"
- "skills/**"
- ".mcp.json"

jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Codex plugin quality gate
uses: hashgraph-online/hol-codex-plugin-scanner-action@v1
with:
plugin_dir: "."
min_score: 80
fail_on_severity: high
10 changes: 10 additions & 0 deletions .mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"mcpServers": {
"engram": {
"command": "engram",
"args": [
"serve"
]
}
}
}
12 changes: 12 additions & 0 deletions skills/engram/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: engram
description: Persistent memory for AI coding agents from Codex via MCP
---

# Engram for Codex

Use Engram from Codex via MCP.

## When to use
- When you need engram capabilities in your Codex workflow
- See https://github.com/Gentleman-Programming/engram for full setup instructions