mcp-the-force
Verified Safeby lukacf
Overview
A protocol-based AI server designed to integrate multiple AI providers and tools, enabling multi-agent collaboration ('GroupThink') and intelligent context management for complex coding and reasoning tasks. It provides unified session and vector store management.
Installation
python -m mcp_the_forceEnvironment Variables
- OPENAI_API_KEY
- ANTHROPIC_API_KEY
- XAI_API_KEY
- VERTEX_PROJECT
- OLLAMA_HOST
Security Notes
The project demonstrates a strong focus on security, including explicit secret management via `secrets.yaml` with secure permissions (0o600), integration of `gitleaks` for API key leak prevention in CI/CD, and redaction of sensitive data from logs. It is designed to integrate with external AI models and tools, which introduces inherent third-party API security considerations. No obvious 'eval' or malicious obfuscation patterns were observed in the provided code.
Similar Servers
keyboard-local
Enables AI clients to execute real-world tasks through connected third-party tools (APIs, CLIs, SDKs) with human approval, leveraging a secure GitHub Codespace environment.
mdk-mcp-server
This server provides AI agents with comprehensive SAP Mobile Development Kit (MDK) knowledge and tools to assist in MDK application development, offering project-aware context, templates, and access to MDK CLI tools.
biomedmcp
A biomedical research Model Context Protocol (MCP) server and an autonomous research agent that uses local LLMs to search PubMed and the web for medical questions, providing evidence-based answers with citations.
terry-form-mcp
Enables AI assistants to securely execute Terraform commands and leverage LSP-driven code intelligence for infrastructure-as-code management.