Back to Home
saurabhudeshi icon

RAID_MCP_SERVER

Verified Safe

by saurabhudeshi

Overview

A comprehensive Model Context Protocol (MCP) server for enterprise project management, specifically designed for tracking Risks, Actions, Issues, and Decisions (RAID) with secure, role-based access.

Installation

Run Command
python src/main.py

Environment Variables

  • SUPABASE_URL
  • SUPABASE_KEY
  • JWT_SECRET_KEY

Security Notes

The server implements strong security practices including bcrypt for password hashing with unique salts, JWT for token-based authentication with a configurable secret key and expiration, and Pydantic for input validation. Role-based access control (Admin/User) and project-level access checks are integrated into the service layer. Environment variables are used for sensitive credentials, preventing hardcoding. No `eval` or other dangerous dynamic code execution patterns were found. Comprehensive error handling and logging are in place, contributing to a robust security posture.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-11-24

Tags

RAID ManagementProject ManagementMCP ServerFastMCPSupabaseJWT AuthenticationRole-Based Access Control