meta-prompt-mcp-server

Turn any MCP Client into a "multi-agent" system (via prompting)

GitHub Stars

31

User Rating

Not Rated

Favorites

0

Views

75

Forks

5

Issues

1

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

First, clone this repository to your local machine.
sh
git clone https://github.com/tisu19021997/meta-prompt-mcp-server.git .
cd meta-prompt-mcp-server
This project uses uv, an extremely fast Python package manager from Astral. If you don't have it installed, you can do so with one of the following commands. Note: use which uv to know the path of your uv installation. macOS / Linux:
sh
curl -LsSf https://astral.sh/uv/install.sh | sh
Windows (PowerShell):
powershell
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
For more details, see the [official uv installation guide](https://docs.astral.sh/uv/getting-started/installation/).

Additional Resources