Customers-MCP-Server-with-Fastify-and-MongoDB

Lucas-G-Martins/Customers-MCP-Server-with-Fastify-and-MongoDB
★ 0 stars JavaScript 🗄️ Database Updated today
Servidor MCP que expõe operações CRUD de clientes como ferramentas para agentes compatíveis, usando Node.js, Fastify e MongoDB, com autenticação JWT e service tokens com rate limiting.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "customers-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Lucas-G-Martins/Customers-MCP-Server-with-Fastify-and-MongoDB"
      ]
    }
  }
}