Back to Home
upandacross icon

codebase-mcp-server

Verified Safe

by upandacross

Overview

Provides intelligent search and navigation capabilities for Python, SQL, and Markdown codebases to help LLMs and AI assistants understand and explore large codebases efficiently.

Installation

Run Command
python server.py --codebase <path-to-your-codebase>

Security Notes

The server uses `ast.parse` for Python code, which safely generates an Abstract Syntax Tree without executing the code. SQL parsing relies on regular expressions for metadata extraction, not direct SQL execution. User input for tool calls (e.g., query, filepaths, component types) is used for string matching and filtering, not direct command execution. There are no obvious `eval()` or `exec()` calls, nor direct `subprocess` calls. No hardcoded secrets were found. The primary security model relies on the underlying MCP framework for IPC, assuming it's secure. The server does not expose network ports directly; it communicates via standard I/O.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-11-21

Tags

Codebase AnalysisLLM ToolingSemantic SearchPythonCode Navigation