A pluggable linter and fixer to enforce Protocol Buffer style and conventions.
Overview
You can ask MCP client to lint and fix your Protocol Buffer files:
Can you lint my protocol buffer files /path/to/file1.proto and /path/to/file2.proto?
The client will use protolint to analyze the files and report any issues it finds.
Server Config
{
"mcpServers": {
"protolint": {
"command": "protolint",
"args": [
"--mcp"
],
"type": "stdio"
}
}
}