GitHub Stars
31
User Rating
Not Rated
Favorites
0
Views
75
Forks
5
Issues
1
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
First, clone this repository to your local machine.
This project uses
Windows (PowerShell):
For more details, see the [official
sh
git clone https://github.com/tisu19021997/meta-prompt-mcp-server.git .
cd meta-prompt-mcp-server
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
powershell
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
uv installation guide](https://docs.astral.sh/uv/getting-started/installation/).