Skip to main content
Glama

Rembg MCP Server

by holocode-ai
start_server.sh504 B
#!/bin/bash # Start the Rembg MCP Server # This script activates the virtual environment and starts the server # Get the directory of this script SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" # Change to the project directory cd "$SCRIPT_DIR" # Activate the virtual environment source rembg/bin/activate # Set environment variables for rembg export REMBG_HOME="$HOME/.u2net" export OMP_NUM_THREADS=4 # Start the MCP server echo "Starting Rembg MCP Server..." python -m rembg_mcp.server

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/holocode-ai/rembg-mcp'

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