Se7e MCP Server
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., "@Se7e MCP ServerReconcile the product catalog with the ERP"
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.
Se7e MCP Server
Servidor MCP remoto (Streamable HTTP) que permite a uma IA consultar o ERP Se7e via plug-server. Documentação de produto e arquitetura: docs/README.md. Padrão de auth e comunicação com o plug-server: docs/plug-server/README.md.
Requisitos
Node.js 24.19.0+ (LTS Krypton;
.nvmrc)PostgreSQL (produção). Testes unitários usam repositórios in-memory.
Related MCP server: ERPNext MCP Server
Setup
Produção neste servidor (PM2)
Postgres e Redis ficam no Docker. O processo Node é gerenciado pelo PM2 (mesmo daemon de plug_server / Chatwoot), em fork com 1 instância — sessões MCP são in-memory e não suportam cluster.
nvm use
npm install
npm run build
docker compose up -d postgres redis
pm2 start ecosystem.config.cjs
pm2 saveO Nginx em mcp.se7esistemassinop.com.br faz proxy para 127.0.0.1:3333. Para o container Node em vez do PM2: docker compose --profile container up --build -d mcp.
Local (Node + Postgres no Docker)
cp .env.example .env
nvm use
docker compose up -d postgres redis
npm install
npm run db:migrate
npm run db:seed
npm run devStack completo no Docker
docker compose up --buildSobe PostgreSQL 16 (porta do host 5433, para não colidir com um Postgres local na 5432), Redis só na rede interna (rate limit de /mcp) e o MCP. O entrypoint aplica as migrations antes de escutar. Credenciais do Client de serviço (PLUG_SERVER_CLIENT_EMAIL / PLUG_SERVER_CLIENT_PASSWORD) vêm de um .env na raiz, se existir.
Health: GET http://127.0.0.1:3333/health
MCP: POST http://127.0.0.1:3333/mcp
Todos os scripts que rodam o servidor ou scripts de banco carregam .env automaticamente via --env-file-if-exists (nativo do Node 22+, sem depender do pacote dotenv).
Scripts
Script | Função |
| Sobe com |
| Vitest — unit + integration + e2e (tudo in-memory, sem rede real) |
| Vitest em modo watch |
| Vitest contra o plug-server real (precisa de |
| ESLint 9 flat config ( |
| Prettier (aplica formatação; alinhado ao |
| Prettier (só verifica, não altera) |
|
|
| Ledger |
| Reconcilia o catálogo por slug ( |
Docker: Dockerfile multi-stage (node:24.19.0-alpine) + docker-compose.yml (Postgres, Redis, MCP). CI: .github/workflows/ci.yml lê .nvmrc, roda lint, format:check, tsc e npm test (nunca test:live).
Testes live contra o plug-server real
npm run test:live roda tests/live/, que autentica com uma conta de TESTE dedicada no plug-server (nunca a conta de serviço de produção) e chama a API real. Requer as variáveis E2E_AGENT_ID, E2E_CLIENT_TOKEN, E2E_CLIENT_EMAIL, E2E_CLIENT_PASSWORD e E2E_DIALETO no .env (ver .env.example). Sem essas variáveis, a suíte se pula sozinha — nunca falha por falta de credenciais, e nunca roda como parte de npm test.
Conectar um cliente
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.
Related MCP Servers
- Flicense-quality-maintenanceAn MCP server that enables LLM agents to interact with PyerP ERP systems via a REST API. It allows users to search, read, create, and update ERP records such as inventory, clients, and users using natural language.
- Alicense-qualityCmaintenanceThis MCP server connects ChatGPT to ERPNext, enabling AI-powered business analytics, report generation, and document management.MIT
- Flicense-qualityFmaintenanceAn MCP server that integrates with the FacturaScripts ERP system, providing resources and tools to manage clients, products, invoices, accounting entries, and business analytics through natural language.10
- Alicense-qualityDmaintenanceMCP server to connect Conta Azul ERP to AI agents, enabling natural language management of clients, products, sales, contracts, finances, and NF-e via OAuth.8MIT
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for AI access to Swagger by SmartBear.
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/cesar-carlos/plug_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server