Back to Home
kaxxx icon

mcp-codex-server

Verified Safe

by kaxxx

Overview

A Spring AI MCP server exposing AI-powered code explanation and review tools to an IDE like IntelliJ.

Installation

Run Command
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.jar

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-12-12

Tags

Spring BootJavaAICode AnalysisDeveloper Tool