Back to Home
srwlli icon

mcp-server

Verified Safe

by srwlli

Overview

Provides a modular platform for specialized AI agent personas and tools (documentation, planning, code analysis, workflow orchestration) to assist with software development lifecycle tasks.

Installation

Run Command
python coderef-workflow/server.py

Environment Variables

  • CODEREF_CLI_PATH
  • CODEREF_LOG_LEVEL
  • CODEREF_LOG_FORMAT
  • CODEREF_SERVICE_NAME
  • CODEREF_SERVICE_VERSION
  • CODEREF_BATCH_WORKERS
  • CODEREF_BATCH_TIMEOUT_MS
  • CODEREF_DOCS_SERVICE_URL
  • CODEREF_DOCS_FALLBACK_ENABLED
  • RAG_API_KEYS

Security Notes

The system heavily relies on `subprocess.run` to invoke various external CLIs (Node.js for CodeRef, Git, Pytest, Jest, etc.). While typically arguments are passed as lists to prevent shell injection, continuous vigilance is required when constructing these arguments, especially from dynamic or untrusted inputs. Local network connections to internal services (e.g., Scriptboard, CodeRef backends on localhost) are present, which are generally safe in a controlled environment but could pose a risk if the main MCP server is exposed. Path traversal vulnerabilities appear to have been addressed through dedicated security testing.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassHigh
Avg Tokens15000
Stars0
Forks0
Last Update2026-01-18

Tags

AI AgentsMCPCode AnalysisDocumentationPlanningWorkflow OrchestrationMulti-Agent SystemsDeveloper ToolsPersona Management