MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

M
MCP Bases Relacionais Mvpconf2025

Conteúdos da apresentação "MCP + Bases Relacionais: gerenciando e explorando seus dados com Inteligência Artificial".

Created 10/25/2025
Updated 6 days ago
Repository documentation and setup instructions

mcp-bases-relacionais_mvpconf2025

Conteúdos da apresentação "MCP + Bases Relacionais: gerenciando e explorando seus dados com Inteligência Artificial".

Referências:

  • Model Context Protocol: https://modelcontextprotocol.io/docs/getting-started/intro
  • Docker MCP Hub: https://hub.docker.com/u/mcp
  • APIsec University - Certificações gratuitas em Segurança de APIs (incluindo IA): https://www.apisecuniversity.com/
  • MCP para geração de dados fake (Container/Docker Hub): https://github.com/renatogroffe/dotnet9-consoleapp-mcp-fakedata
  • MCP para geração de dados fake (REST API): https://github.com/renatogroffe/aspnetcore9-mcp-fakedata
  • MCP para SQL Server: https://github.com/renatogroffe/sqlserver-mcp-dotnet-tool-scripts
  • MCP para geração de dados fake para testes em uma base SQL Server: https://github.com/renatogroffe/dotnet9-mcp-fakedata-sqlserver
  • OWASP Top 10 for Large Language Model Applications: https://owasp.org/www-project-top-10-for-large-language-model-applications/
  • MCP Servers no Visual Studio Code: https://code.visualstudio.com/docs/copilot/customization/mcp-servers
  • Mermaid - Diagramming and charting tool: https://mermaid.js.org/intro/
Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/renatogroffe/mcp-bases-relacionais_mvpconf2025
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "renatogroffe-mcp-bases-relacionais-mvpconf2025": { "command": "git", "args": [ "clone", "https://github.com/renatogroffe/mcp-bases-relacionais_mvpconf2025" ] } } }