diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2656fdb6..96491597 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -31,6 +31,7 @@ major versions.
- Allow to set Nginx worker_connections via .env
- Intranet vendors
- PHPRedMin
+ - PHPMemcachedAdmin
- Mount options for volumes
- Docker Compose images:
- PHP 5.2
diff --git a/README.md b/README.md
index 3cddb716..e68b7fe5 100644
--- a/README.md
+++ b/README.md
@@ -863,6 +863,7 @@ The Devilbox comes with a pre-configured intranet on `http://localhost` and `htt
* **[phpMyAdmin](https://www.phpmyadmin.net)**
* **[phpPgAdmin](http://phppgadmin.sourceforge.net)**
* **[phpRedMin](https://github.com/sasanrose/phpredmin)**
+* **[PHPMemcachedAdmin](https://github.com/elijaa/phpmemcachedadmin)**
* **[OpcacheGUI](https://github.com/PeeHaa/OpCacheGUI)**
> **Documentation:**
diff --git a/docs/_includes/links/tools.rst b/docs/_includes/links/tools.rst
index 9c8d74a9..4cb4c983 100644
--- a/docs/_includes/links/tools.rst
+++ b/docs/_includes/links/tools.rst
@@ -291,6 +291,12 @@
phpRedMin
+.. |ext_lnk_tool_phpmemcachedadmin| raw:: html
+
+
+ PHPMemcachedAdmin
+
+
.. |ext_lnk_tool_opcachegui| raw:: html
diff --git a/docs/_includes/snippets/examples/next-steps.rst b/docs/_includes/snippets/examples/next-steps.rst
index 6683c98d..0af3cd17 100644
--- a/docs/_includes/snippets/examples/next-steps.rst
+++ b/docs/_includes/snippets/examples/next-steps.rst
@@ -10,6 +10,7 @@ The Devilbox ships most common Web UIs accessible from the intranet.
* :ref:`devilbox_intranet_phpmyadmin`
* :ref:`devilbox_intranet_phppgadmin`
* :ref:`devilbox_intranet_phpredmin`
+ * :ref:`devilbox_intranet_phpmemcachedadmin`
Enhance the Devilbox
--------------------
diff --git a/docs/getting-started/devilbox-intranet.rst b/docs/getting-started/devilbox-intranet.rst
index e22455e3..8a67a51e 100644
--- a/docs/getting-started/devilbox-intranet.rst
+++ b/docs/getting-started/devilbox-intranet.rst
@@ -113,6 +113,13 @@ phpRedMin
|ext_lnk_tool_phpredmin| is a simple web interface to manage and monitor your Redis.
+.. _devilbox_intranet_phpmemcachedadmin:
+
+PHPMemcachedAdmin
+-----------------
+
+|ext_lnk_tool_phpmemcachedadmin| is a simple web interface to manage and monitor your Memcached.
+
OpcacheGUI
----------