diff --git a/docs/.vitepress/theme/components/Services/List.vue b/docs/.vitepress/theme/components/Services/List.vue
index c0ed66a1..bd789953 100644
--- a/docs/.vitepress/theme/components/Services/List.vue
+++ b/docs/.vitepress/theme/components/Services/List.vue
@@ -1747,7 +1747,14 @@ const services = [
icon: '/docs/images/services/zipline.svg',
description: 'Next generation ShareX / File upload server',
category: 'File Management'
- }
+ },
+ {
+ name: 'MetaMCP',
+ slug: 'metamcp',
+ icon: '/public/images/services/metamcp.png',
+ description: 'MCP Aggregator, Orchestrator, Middleware, Gateway in one application.',
+ category: 'AI'
+ }
]
const search = ref('')
diff --git a/docs/public/images/services/metamcp.png b/docs/public/images/services/metamcp.png
new file mode 100644
index 00000000..e1eeb5c0
Binary files /dev/null and b/docs/public/images/services/metamcp.png differ
diff --git a/docs/public/images/services/metamcp_screenshot.png b/docs/public/images/services/metamcp_screenshot.png
new file mode 100644
index 00000000..670e06b6
Binary files /dev/null and b/docs/public/images/services/metamcp_screenshot.png differ
diff --git a/docs/services/metamcp.md b/docs/services/metamcp.md
new file mode 100644
index 00000000..7bade290
--- /dev/null
+++ b/docs/services/metamcp.md
@@ -0,0 +1,18 @@
+---
+title: "MetaMCP"
+description: "Here you can find the documentation for hosting MetaMCP with Coolify."
+---
+
+
+
+## What is MetaMCP?
+
+MetaMCP is an MCP aggregator/orchestrator that lets you group multiple MCP servers into namespaces, apply middleware, and expose a single unified endpoint. It supports SSE and Streamable HTTP transports (plus OpenAPI), works with popular MCP clients, and is built to simplify composing tools and hosting them behind API key or OAuth-based access.
+
+
+
+## Links
+
+- Official documentation › [https://docs.metamcp.com](https://docs.metamcp.com?utm_source=coolify.io)
+- GitHub › [https://github.com/metatool-ai/metamcp](https://github.com/metatool-ai/metamcp?utm_source=coolify.io)
+