Skip to content

Feature Request: MCP Server Support for AI Assistant Integration #1582

@mikeleppane

Description

@mikeleppane

Summary

Add an MCP (Model Context Protocol) server to enable AI assistants to lint and fix Robot Framework files conversationally.

What is MCP?

Model Context Protocol is an open standard by Anthropic that lets AI assistants connect to external tools. It's gaining adoption across AI coding tools.

Proposed Functionality

Expose Robocop capabilities as MCP tools:

  • robocop_lint - Run linting on files/directories
  • robocop_format - Format Robot Framework code
  • robocop_explain_rule - Get rule explanations

User Experience

Users could tell their AI assistant:

"Lint my Robot Framework tests and fix the errors"

The AI would invoke Robocop, interpret violations, apply fixes, and verify—all in one flow.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions