Back to Home
nobiehl icon

codeweaver-mcp

Verified Safe

by nobiehl

Overview

A multi-language code intelligence system providing token-efficient analysis and refactoring capabilities via an MCP server and CLI, with features like semantic search, static analysis, symbol extraction, and Git integration.

Installation

Run Command
npx codeweaver-mcp

Environment Variables

  • CODEWEAVER_VERBOSE

Security Notes

The server executes external commands (e.g., Git, Gradle, Checkstyle, SpotBugs) using `execSync` and `spawnSync`. While some user-provided inputs like file paths and branch names are quoted to prevent basic command injection, there's a potential risk if configuration files for static analysis tools are provided by an untrusted source, as these tools might allow arbitrary code execution through their configurations. Always ensure inputs to external command execution are thoroughly validated and sanitized, especially for `configFile` options.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassMedium
Avg Tokens2500
Stars0
Forks0
Last Update2025-11-25

Tags

Code AnalysisSemantic SearchMCP ServerMulti-languageGit IntegrationStatic AnalysisRefactoringCode Intelligence