repo-mcp-server
Verified Safeby malconip
Overview
An AI-powered code intelligence system that stores, searches, and analyzes structured knowledge about code files to integrate with Claude Desktop.
Installation
python main.pyEnvironment Variables
- DATABASE_URL
- MCP_SECRET_KEY
Security Notes
The system correctly uses environment variables for sensitive data like `DATABASE_URL` and `MCP_SECRET_KEY`, with deployment instructions emphasizing encrypted secrets. SQLAlchemy is used for database interactions, providing protection against common SQL injection vulnerabilities. CORS is implemented via `ALLOWED_ORIGINS` to restrict access. A warning is issued if the default `MCP_SECRET_KEY` is in use. No 'eval' or direct arbitrary command execution from user input is apparent.
Similar Servers
DesktopCommanderMCP
This server empowers AI agents to search, update, manage files, and execute terminal commands on a local or containerized desktop environment. It provides enhanced filesystem operations, process control, and data analysis capabilities with support for various file types like text, Excel, and PDF.
chunkhound
Provides local-first codebase intelligence, extracting architecture, patterns, and institutional knowledge for AI assistants.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
ast-mcp-server
Provides an MCP (Model Context Protocol) server for code structure and semantic analysis using ASTs and ASGs, integrated with external AI clients like Claude Desktop.