mcp-pallete
0
The project appears to be configured to work with a tool that integrates MCP servers into platforms, using IMAGGA for palette generation. It involves setting up dependencies and configuring environment variables for usage.
Installation
- Install dependencies.
uv sync
- To get IMAGGA keys register at "https://imagga.com/profile/dashboard"
- Add this config to your MCP config json file.
{
"mcpServers": {
"mcp-pallete": {
"command": "uv", // or your uv executable path
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/mcp-pallete",
"run",
"src/app.py"
],
"env": {
"IMAGGA_API_KEY": "YOUR_IMAGGA_API_KEY",
"IMAGGA_API_SECRET": "YOUR_IMAGGA_API_SECRET"
}
}
}
}
- Restart claude (or your LLM of choice)
How it looks
As the result we get palletes: