TOTVS RM Database MCP Server
Provides an HTTP MCP server for interacting with the TOTVS RM database, enabling AI agents to query and manage database resources via a RESTful endpoint with bearer token authentication.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TOTVS RM Database MCP Serverlist all tables in the database"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TOTVS RM Database MCP Server — Windows Service
Instala e gerencia o TOTVS RM Database MCP Server como um serviço Windows, garantindo que ele seja iniciado automaticamente junto com o sistema operacional.
Pré-requisitos
Requisito | Versão mínima |
Node.js | 18+ (testado com v24) |
Sistema Operacional | Windows 10 / Server 2019+ |
Permissão | Administrador |
O servidor MCP deve estar presente em:
C:\MCP\totvs-rm-database-mcp-server\Related MCP server: Universal Database MCP Server
Instalação das dependências
cd c:\GIT\ExtrairRAG-BancoDados-WindowsService
npm installInstalar o serviço
Execute o terminal como Administrador.
node install-service.jsO serviço será registrado no Windows com as seguintes configurações:
Propriedade | Valor |
Nome |
|
Descrição | MCP Server HTTP para banco de dados TOTVS RM |
Endpoint |
|
Inicialização | Automática |
Variável |
|
Variável |
|
Remover o serviço
Execute o terminal como Administrador.
node uninstall-service.jsGerenciar o serviço manualmente
# Verificar status
Get-Service -Name TotvsRmDatabaseMcpServer
# Iniciar
Start-Service -Name TotvsRmDatabaseMcpServer
# Parar
Stop-Service -Name TotvsRmDatabaseMcpServer
# Reiniciar
Restart-Service -Name TotvsRmDatabaseMcpServerLogs
Os logs do serviço são gerados pelo node-windows na pasta:
C:\MCP\totvs-rm-database-mcp-server\daemon\Arquivos gerados:
TotvsRmDatabaseMcpServer.log— saída padrão (stdout)TotvsRmDatabaseMcpServer_error.log— erros (stderr)
Estrutura do projeto
ExtrairRAG-BancoDados-WindowsService\
├── install-service.js # Registra e inicia o serviço Windows
├── uninstall-service.js # Remove o serviço Windows
├── package.json
└── node_modules\
└── node-windows\ # Biblioteca de integração com o SCM do WindowsAutenticação no MCP Server
O servidor exige um Bearer token em todas as requisições ao endpoint /mcp:
Para alterar a chave, edite o arquivo .env em C:\MCP\totvs-rm-database-mcp-server\.env e reinicie o serviço.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/mkazimoto/ExtrairRAG-BancoDados-WindowsService'
If you have feedback or need assistance with the MCP directory API, please join our Discord server