Back to Home
99hansling icon

codeweaver-mcp-server

by 99hansling

Overview

Transforms codebases into a single, AI-readable Markdown document, suitable for AI analysis, documentation, code reviews, and team collaboration within an MCP-compatible AI assistant.

Installation

Run Command
npm start

Security Notes

The `codeweaver_pack_codebase` tool allows specifying an `output` file path. The current implementation uses `fs.writeFile(params.output, ...)` without explicit path validation (e.g., restricting to a safe directory or preventing path traversal characters like `../`). If an AI assistant or a malicious actor can control the `output` parameter, they could potentially write to arbitrary locations on the file system, leading to data corruption or privilege escalation.

Similar Servers

Stats

Interest Score0
Security Score5
Cost ClassMedium
Avg Tokens100000
Stars0
Forks0
Last Update2025-12-05

Tags

TypeScriptMCPCode AnalysisMarkdown GenerationAI Integration