Home /
Database / 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"customers-mcp-server": {
"command": "npx",
"args": [
"-y",
"Lucas-G-Martins/Customers-MCP-Server-with-Fastify-and-MongoDB"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add customers-mcp-server npx -y Lucas-G-Martins/Customers-MCP-Server-with-Fastify-and-MongoDB
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"customers-mcp-server": {
"command": "npx",
"args": [
"-y",
"Lucas-G-Martins/Customers-MCP-Server-with-Fastify-and-MongoDB"
]
}
}
}
📋 Copy