Skip to main content
Glama

Image Processing MCP Server

by duke0317
run.bat322 B
@echo off echo 启动 PS-MCP 图片处理服务器... REM 检查 uv 是否已安装 where uv >nul 2>&1 if %errorlevel% neq 0 ( echo 错误: 未找到 uv 命令 echo 请先安装 uv: https://docs.astral.sh/uv/getting-started/installation/ pause exit /b 1 ) REM 启动服务器 uv run python main.py pause

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/duke0317/ps-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server