6
grade F
10 days ago
glama

Coding MCP Server

A production-oriented MCP server for coding agents that enables multi-project management through secure file operations, Git integration, and safe command execution. It supports project discovery across multiple root directories and provides robust audit logging with both STDIO and HTTP transport options.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Known vulnerabilities in dependencies: 6 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configALLOWED_COMMANDSCommands run inside the project directory. Only commands on the allowlist are permitted.
configAUDIT_LOG_FILEPath to the audit log for mutating operations.
configAUTH_API_KEYSComma-separated list of keys in key:role:id format.
configAUTH_HEADER_NAMEHTTP header used to pass the API key (default x-api-key).
configCOMMAND_TIMEOUT_MSTimeout for command execution (milliseconds).
configENABLE_AUTHEnable API-key authentication for the HTTP transport.
configENABLE_HTTP"": "false"
configENABLE_OTELEnable OpenTelemetry tracing.
configENABLE_STDIO"": "true",
configHTTP_HOSTHTTP server bind address (default 127.0.0.1).
configHTTP_MODEHTTP transport mode: streamable or sse.
configHTTP_PORTHTTP server port (default 3000).
configHTTP_REQUEST_LOG_FILEPath to the HTTP request log.
configLOG_FORMAT
configLOG_LEVELLog verbosity: trace, debug, info, warn, error.
configLOG_SHOW_TIME
configMAX_FILE_SIZEMaximum file size for read operations (bytes).
configMAX_OUTPUT_SIZEMaximum command or resource output size (bytes).
configMCP_CONFIG_PATHUse environment variables directly or provide a JSON/YAML config file via .
configOTEL_EXPORTER_OTLP_ENDPOINTOTLP HTTP endpoint for trace export.
configOTEL_EXPORTER_OTLP_HEADERSHeaders for the OTLP exporter in key=value,key2=value2 format.
configOTEL_SERVICE_NAMEService name reported in traces.
configPROJECTS_ROOTSingle root directory (legacy compatibility).
configPROJECTS_ROOTS"": "/projects"
configPROTECTED_PATHSComma-separated path patterns that cannot be modified.
configREGISTRY_FILEPath to the project registry JSON file.
configRETRY_BASE_DELAY_MSBase delay between retries (milliseconds).
configRETRY_MAX_ATTEMPTSNumber of retry attempts for transient failures.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/kieutrongthien-coding-mcp-1i5v4f)](https://m8ven.ai/mcp/kieutrongthien-coding-mcp-1i5v4f)
commit: 112cabc9ebf204f9372715a22a3db1dd1dc2f4ad
code hash: 9c42ab2d3941304f3db66307502d011c2788e6376f444fbf5bcdd44d91bab767
verified: 4/11/2026, 2:22:46 PM
view raw JSON →