loading…
Search for a command to run...
loading…
MCP server for managing bakery recipe technical sheets with Postgres. Enables AI agents to search, create, update, approve, and compare recipe versions through
MCP server for managing bakery recipe technical sheets with Postgres. Enables AI agents to search, create, update, approve, and compare recipe versions through secure tools.
Servidor MCP HTTP para o agente FichaPao AI controlar fichas tecnicas de panificadora com Postgres.
O objetivo deste app e oferecer ferramentas seguras para o agente, sem expor SQL livre.
OpenWebUI
-> Agente FichaPao AI
-> MCP HTTP /mcp
-> fichapao-mcp-server
-> Postgres
search_recipe: busca ficha por nome.get_recipe: consulta ficha por recipe_id, version_id ou nome.create_recipe_draft: cria ficha em rascunho 0.1.update_draft: atualiza versao em rascunho ou revisao.create_new_version: cria nova versao em rascunho.approve_version: aprova versao se nao houver pendencias bloqueantes.list_pending_items: lista pendencias.register_production_test: registra teste de producao.compare_versions: compara duas versoes.archive_recipe: arquiva ficha.get_database_stats: resumo da base.rascunho.0.1.0.x vira 1.0.current_version_id: versao mais recente/em trabalho.active_version_id: versao aprovada em producao.cp .env.example .env
docker compose up --build
Health check:
curl http://localhost:3001/health
A rota raiz tambem responde com o mesmo health check:
curl http://localhost:3001/
Endpoint MCP:
http://localhost:3001/mcp
No docker-compose.yml, a porta local esta mapeada como 3001:3000 para evitar conflito com apps comuns que ja usam 3000.
Se MCP_API_KEY estiver preenchida, envie:
Authorization: Bearer sua-chave
Crie dois serviços:
Variáveis do App:
NODE_ENV=production
PORT=3000
DATABASE_URL=postgresql://usuario:senha@host:5432/fichapao
AUTO_MIGRATE=true
MCP_API_KEY=troque-por-uma-chave-forte
CORS_ORIGIN=*
Depois de publicar, valide:
https://seu-dominio/health
No OpenWebUI:
Admin Settings -> External Tools -> Add MCP Server
URL: https://seu-dominio/mcp
Auth: Bearer token com o valor de MCP_API_KEY
Migration principal:
migrations/001_init.sql
Tabelas:
recipesrecipe_versionspending_itemsproduction_testschange_historynpm install
npm run typecheck
npm run build
npm run dev
Run in your terminal:
claude mcp add fichapao-mcp-server -- npx Yes, Fichapao Server MCP is free — one-click install via Unyly at no cost.
No, Fichapao Server runs without API keys or environment variables.
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
Open Fichapao Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Query your database in natural language
by AnthropicA universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
by wenb1n-devThis server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
by madhurprashRead-only database access with schema inspection.
by modelcontextprotocolNot sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All data MCPs