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
9 changes: 8 additions & 1 deletion docs/.vitepress/theme/components/Services/List.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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('')
Expand Down
Binary file added docs/public/images/services/metamcp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions docs/services/metamcp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "MetaMCP"
description: "Here you can find the documentation for hosting MetaMCP with Coolify."
---

<ZoomableImage src="/docs/images/services/metamcp.png" />

## 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.

<ZoomableImage src="/docs/images/services/metamcp_screenshot.png" />

## 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)