UNPKG

backend-mcp

Version:

Generador automático de backends con Node.js, Express, Prisma y módulos configurables. Servidor MCP compatible con npx para agentes IA. Soporta PostgreSQL, MySQL, MongoDB y SQLite.

12 lines 534 B
{ "$schema": "https://schemas.anthropic.com/claude-3-5-sonnet-20241022_mcp_config.json", "mcpServers": { "BackendGenerator": { "command": "npx", "args": ["-y", "backend-mcp", "postgresql://user:pass@localhost:5432/db"], "env": { "BACKEND_MCP_JWT": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiJkZW1vLXVzZXIiLCJwbGFuIjoicHJlbWl1bSIsInBlcm1pc3Npb25zIjpbImJhc2ljIiwicHJlbWl1bSJdLCJpYXQiOjE3MzQ5NzQ0MDAsImV4cCI6MTczNzU2NjQwMCwiaXNzIjoiYmFja2VuZC1tY3AifQ.demo_signature_premium" } } } }