Back to Home
seanshin0214 icon

dreamteam-for-development

Verified Safe

by seanshin0214

Overview

Provides a RAG-based knowledge retrieval server for development teams, offering expert persona-specific information and coding best practices via the Model Context Protocol (MCP).

Installation

Run Command
python /path/to/dreamteam-for-development/src/server.py

Environment Variables

  • PYTHONIOENCODING
  • PYTHONUTF8
  • PYTHONUNBUFFERED

Security Notes

The core server logic appears safe, primarily focused on data retrieval from a local vector store. No 'eval' or similar dangerous functions are used in the main server or data loading logic. The server exposes specific, well-defined tools. One example persona file (`security_lead.md`) contains a hardcoded `SECRET_KEY` (with a warning to change it), which is an example of a potentially unsafe pattern if copied directly, but not a vulnerability within the server's own code. The code snippets in persona files promote good security practices (e.g., parameterized queries, input sanitization).

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1875
Stars0
Forks0
Last Update2025-11-28

Tags

RAGMCPPersonaDevelopment TeamChromaDB