Skip to main content
Glama

MCP Server

by cabrit0
run_local.bat522 B
@echo off echo Configurando ambiente de desenvolvimento local... :: Limpar arquivos temporários echo Limpando arquivos temporários... if exist "*.pyc" del /Q "*.pyc" if exist "__pycache__" rmdir /S /Q "__pycache__" if exist ".pytest_cache" rmdir /S /Q ".pytest_cache" if exist "*.log" del /Q "*.log" :: Definir variáveis de ambiente para desenvolvimento local set MCP_BASE_URL=http://localhost:8000 set PORT=8000 set MCP_DEBUG=true echo Iniciando MCP Server localmente... echo. :: Iniciar o servidor python main.py

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/cabrit0/mcp_server_reuneMacacada'

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