diff --git a/README.md b/README.md
index dda385e..735da8e 100644
--- a/README.md
+++ b/README.md
@@ -1266,6 +1266,15 @@ Also available for bat and Ghostty in the same repository.
📚 RESOURCES
+
+ Akephalos
- Local-first markdown passport for portable agent context and memory
+
+ A local-first, markdown-first `.akephalos` passport for portable agent preferences, tool notes, rules, project context, and durable memories. It uses plain files and Git so MCP-capable coding-agent workflows can inspect and carry context across tools and machines without hosted sync.
+
+ 🔗 View Repository
+
+
+
Debug Log to Text File - Troubleshooting guide
diff --git a/data/resources/akephalos.yaml b/data/resources/akephalos.yaml
new file mode 100644
index 0000000..f5b0ea2
--- /dev/null
+++ b/data/resources/akephalos.yaml
@@ -0,0 +1,15 @@
+name: Akephalos
+repo: https://github.com/sunnja69/akephalos
+tagline: Local-first markdown passport for portable agent context and memory
+description: A local-first, markdown-first `.akephalos` passport for portable
+ agent preferences, tool notes, rules, project context, and durable memories.
+ It uses plain files and Git so MCP-capable coding-agent workflows can inspect
+ and carry context across tools and machines without hosted sync.
+scope:
+ - project
+tags:
+ - mcp-server
+ - memory
+ - context
+ - local-first
+ - markdown