context-engine-mcp
Verified Safeby SumeetGDoshi
Overview
Automates the Research → Plan → Validate workflow for AI coding tools to improve code quality and prevent rework.
Installation
npx @contexter/mcp-serverSecurity Notes
The server primarily operates locally via standard I/O (stdio) and manages state in local project files (`.context-engine/workflow-state.json`) or a designated `mcpDocs/` directory. File system operations are confined to these known paths, limiting arbitrary file access. No direct use of `eval` or similar dynamic code execution of user input is evident. The `install.sh` script modifies user configuration files (`~/.cursor/mcp.json`), but this is an explicit setup step that prompts for user consent. The main security consideration would stem from the AI agent that this server guides, rather than the server's own code.
Similar Servers
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.
codeweaver
A code intelligence platform that provides semantically rich, context-aware code search for AI agents, aimed at reducing cognitive load and token costs for coding tasks.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.
athena-protocol
An intelligent MCP server that acts as an AI tech lead for coding agents, providing expert validation, impact analysis, and strategic guidance before code changes are made.