kortx-mcp
Verified Safeby effatico
Overview
Kortx is a Model Context Protocol (MCP) server providing AI-powered consultation, research, visual generation/editing, and debugging capabilities for coding copilots.
Installation
npx -y @effatico/kortx-mcp@latestEnvironment Variables
- OPENAI_API_KEY
- PERPLEXITY_API_KEY
Security Notes
The server demonstrates strong security practices including a hardened Docker build running as a non-root user (UID 1001), multi-stage Docker builds with 'npm audit', extensive input validation via Zod schemas, and proper handling of API keys via environment variables (with redaction in logs). The context gathering for external MCP servers (Serena, Memory, CCLSP) are noted as stubs, implying no actual external calls are made yet, which currently mitigates risks associated with third-party integrations, though future implementations would require review. No 'eval' or similar dangerous dynamic code execution patterns are observed.
Similar Servers
pctx
Facilitates AI agent interaction with tools and MCP servers by providing a sandboxed TypeScript code execution environment, reducing token usage and simplifying API integration.
ncp
NCP acts as a universal adapter and orchestrator for Model Context Protocol (MCP) servers and tools. It provides a unified interface for discovery, execution, and management of diverse tools (local CLI, HTTP APIs, internal plugins/Photons, AI skills) through natural language and structured code interaction, enabling AI agents to interact with the broader digital ecosystem.
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.