Back to Home
aaltat icon

robocop-mcp

Verified Safe

by aaltat

Overview

Helps users resolve static code analysis errors and warnings in Robot Framework files using an LLM by providing reports and fix suggestions.

Installation

Run Command
python -m robocop_mcp

Environment Variables

  • ROBOCOPMCP_CONFIG_FILE
  • ROBOCOPMCP_ROBOCOP_CONFIG_FILE

Security Notes

The server primarily executes the `robocop` linter/formatter on provided file paths. Paths are handled as `pathlib.Path` objects and passed as arguments to `robocop`'s Python functions, which is generally safer than direct shell execution. No direct `eval` or arbitrary code execution from user input is observed. The main security considerations would be the integrity of the `robocop` library itself, or potential symlink attacks if `robocop` were vulnerable to them when processing user-controlled file paths. No hardcoded secrets or explicit network risks are apparent in the analyzed code.

Similar Servers

Stats

Interest Score24
Security Score9
Cost ClassMedium
Avg Tokens750
Stars6
Forks0
Last Update2025-12-29

Tags

Robot FrameworkRobocopStatic Code AnalysisLinterCode QualityLLM AgentVS Code Copilot