Back to Home
lukacf icon

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

Run Command
python -m mcp_the_force

Environment 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

Stats

Interest Score33
Security Score5
Cost ClassHigh
Avg Tokens15000
Stars3
Forks0
Last Update2026-01-19

Tags

AI ServerMulti-ModelTool IntegrationProtocol-BasedE2E TestingCollaborationContext ManagementVector Stores