mcp-codex-server
Verified Safeby kaxxx
Overview
A Spring AI MCP server exposing AI-powered code explanation and review tools to an IDE like IntelliJ.
Installation
java -Dspring.ai.mcp.server.stdio=true -Dspring.main.web-application-type=none -jar /PATH/TO/YOUR/mcp-server/build/libs/mcp-server-0.0.1-SNAPSHOT.jarEnvironment Variables
- SPRING_AI_OPENAI_API_KEY
Security Notes
The application relies on an external OpenAI API, which is standard practice for AI integrations. The application itself does not exhibit immediate code injection vulnerabilities or dangerous patterns like 'eval'. Hardcoded API keys are avoided by using a DUMMY_KEY_FOR_BUILD placeholder and requiring the user to provide a valid key via environment variables. Prompt injection is a theoretical risk inherent to LLM interactions but not a vulnerability of the server's codebase itself.
Similar Servers
vulcan-file-ops
Transforms desktop AI assistants into powerful development partners by providing secure, user-controlled filesystem operations and code manipulation capabilities.
mcp-code-exec-python
Provides a Model Context Protocol (MCP) server for executing arbitrary Python code with optional package installations, supporting HTTP, SSE, and STDIO transports.
gas_mcp
Manages Google Apps Script (GAS) projects, enabling comprehensive operations like file management, code execution, deployment, authentication, Git integration, and search through a unified interface. It acts as a local intermediary for GAS development workflows.
runautomation-mcpserver
A comprehensive Playwright-based Model Context Protocol (MCP) server designed for AI assistants to perform web testing, browser automation, and quality assurance tasks through natural language commands.