comptext-codex
by ProfRandom92
Overview
Provides a Domain-Specific Language (DSL) for efficient and precise interaction with Large Language Models (LLMs), aiming to reduce token usage and eliminate ambiguity in complex instructions.
Installation
python -m comptext_mcp.serverEnvironment Variables
- COMPTEXT_LOG_LEVEL
- CODEX_BUNDLE_URL
- CODEX_CACHE_DIR
Security Notes
CRITICAL VULNERABILITY: The `src/comptext_codex/modules/module_c.py` file uses `eval(text)` in its `_format_json` method. This allows arbitrary Python code execution if an attacker can control the `text` input to the `@C:format json` command. Additionally, the `mcp_loader/loader.py` dynamically downloads codex bundles from a configurable URL (`CODEX_BUNDLE_URL`), which could be exploited if an attacker controls the source.
Similar Servers
Lynkr
Lynkr is an AI orchestration layer that acts as an LLM gateway, routing language model requests to various providers (Ollama, Databricks, OpenAI, etc.). It provides an OpenAI-compatible API and enables AI-driven coding tasks via a rich set of tools and a multi-agent framework, with a strong focus on security, performance, and token efficiency. It allows AI agents to interact with a defined workspace (reading/writing files, executing shell commands, performing Git operations) and leverages long-term memory and agent learning to enhance task execution.
claude-prompts
This server provides a hot-reloadable prompt engine with chains, quality gates, and structured reasoning for AI assistants, enhancing control over Claude's behavior in prompt workflows.
conductor-tasks
Conductor Tasks acts as an intelligent AI-powered assistant for developers, streamlining the entire development lifecycle from task generation and planning (parsing PRDs, expanding tasks, generating implementation steps) to execution and code modification (generating diffs). It provides visual task management, integrates with various IDEs, and leverages multiple LLM providers for optimal results and cost efficiency.
responsible-vibe-mcp
Manages conversation state and guides LLM coding agents through structured software development workflows with long-term project memory and multi-agent collaboration.