Skip to main content
Glama
JDeun

Unified Search MCP Server

by JDeun
build.sh334 B
#!/bin/bash # Smithery Python MCP Server Build Script echo "Building Python MCP Server..." # Python 환경 확인 if ! command -v python3 &> /dev/null; then echo "Python 3 is not installed" exit 1 fi # 의존성 설치 echo "Installing dependencies..." pip install -r requirements.txt echo "Build completed successfully!"

Latest Blog Posts

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/JDeun/unified-search-mcp-server'

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