Back to Home

zafari-mcp-server

Verified Safe

by anthonylimo90

Overview

Serves as a security-hardened Model Context Protocol (MCP) server for Zafari CRS API, enabling secure remote access for managing safari property operations, primarily for Claude Desktop.

Installation

Run Command
docker run -p 3000:3000 -e ZAFARI_API_KEY='<your-zafari-api-key>' -e JWT_SECRET='<your-jwt-secret>' -e ADMIN_PASSWORD='<your-admin-password>' -e DEMO_PASSWORD='<your-demo-password>' zafari-mcp-server

Security Notes

Extensive security features implemented including bcrypt password hashing, Redis token storage, rate limiting, security headers (Helmet.js), OAuth 2.1 with PKCE, JWT enforcement, and client validation. Claims 0 npm vulnerabilities and includes a dedicated security testing script. Requires careful environment variable configuration for full security, especially strong passwords and secret generation.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens150
Stars0
Forks0
Last Update2025-11-18

Tags

MCP ServerOAuth 2.1Zafari APIProperty ManagementNode.jsSecurity