TOTVS RM Database Server
БесплатноНе проверенProvides a standardized MCP interface to query and interact with TOTVS RM databases over HTTP, secured via API key.
Описание
Provides a standardized MCP interface to query and interact with TOTVS RM databases over HTTP, secured via API key.
README
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\
Instalação das dependências
cd c:\GIT\ExtrairRAG-BancoDados-WindowsService
npm install
Instalar o serviço
Execute o terminal como Administrador.
node install-service.js
O serviço será registrado no Windows com as seguintes configurações:
| Propriedade | Valor |
|---|---|
| Nome | TotvsRmDatabaseMcpServer |
| Descrição | MCP Server HTTP para banco de dados TOTVS RM |
| Endpoint | http://localhost:3000/mcp |
| Inicialização | Automática |
Variável PORT |
3000 |
Variável MCP_API_KEY |
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx |
Remover o serviço
Execute o terminal como Administrador.
node uninstall-service.js
Gerenciar o serviço manualmente
# Verificar status
Get-Service -Name TotvsRmDatabaseMcpServer
# Iniciar
Start-Service -Name TotvsRmDatabaseMcpServer
# Parar
Stop-Service -Name TotvsRmDatabaseMcpServer
# Reiniciar
Restart-Service -Name TotvsRmDatabaseMcpServer
Logs
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 Windows
Autenticaçã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.
from github.com/mkazimoto/ExtrairRAG-BancoDados-WindowsService
Установка TOTVS RM Database Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/mkazimoto/ExtrairRAG-BancoDados-WindowsServiceFAQ
TOTVS RM Database Server MCP бесплатный?
Да, TOTVS RM Database Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для TOTVS RM Database Server?
Нет, TOTVS RM Database Server работает без API-ключей и переменных окружения.
TOTVS RM Database Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить TOTVS RM Database Server в Claude Desktop, Claude Code или Cursor?
Открой TOTVS RM Database Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
автор: wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolCompare TOTVS RM Database Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
