mcp-the-force
by lukacf
Overview
A protocol-based AI server for integrating multiple AI providers and tools, enabling multi-model collaboration, advanced context management, and end-to-end user workflows from a CLI client.
Installation
python -m mcp_the_forceEnvironment Variables
- OPENAI_API_KEY
- ANTHROPIC_API_KEY
- XAI_API_KEY
- VERTEX_PROJECT
Security Notes
The system explicitly disables path traversal protection in file system utilities for 'MCP server usage' as noted in unit tests, significantly increasing the risk of arbitrary file access if not run in a highly controlled, isolated environment with trusted clients. It relies on user-provided API keys stored in 'secrets.yaml', requiring the user to manage local file security. Robust SSRF protection is implemented for image loading from URLs. Sensitive data is redacted from logs and conversation history.
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
Provides AI agents with comprehensive SAP Mobile Development Kit (MDK) knowledge and tools to assist in MDK application development, including project creation, artifact generation (pages, actions, i18n, rules), project management (build, deploy, validate, migrate), and documentation access.
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.