Skip to main content
Glama

MCP Doubao Seedream 4.0

by mingforpc
start_mcp_server.sh481 B
#!/bin/bash # MCP Doubao Server Startup Script # This script ensures proper environment setup for Claude Code # Get the directory where this script is located SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" PROJECT_DIR="$SCRIPT_DIR" # Change to project directory cd "$PROJECT_DIR" # Export environment variables export PYTHONPATH="$PROJECT_DIR/src" # Start the server using the project's virtual environment exec "$PROJECT_DIR/.venv/bin/python" -m mcp_doubao.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/mingforpc/seedream_mcp'

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