mcp_server_project

vagner-verity/mcp_server_project

3.2

If you are the rightful owner of mcp_server_project and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This project sets up a local MCP server and integrates it with Azure OpenAI for interactive tool calls.

MCP Server Project

Este projeto inicia um servidor MCP local e integra com Azure OpenAI para realizar chamadas de ferramentas interativas.

Requisitos

  • Python 3.8+
  • Node.js (para rodar o MCP)
  • Azure OpenAI configurado
  • Variáveis de ambiente no .env

Como executar

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cp .env .env  # e edite com seus dados
python src/main.py