https://github.com/emicklei/protofmt-mcp
MCP server that can format your ProtocolBuffer (.proto) files version 2,3 or editions
https://github.com/emicklei/protofmt-mcp
Last synced: about 1 month ago
JSON representation
MCP server that can format your ProtocolBuffer (.proto) files version 2,3 or editions
- Host: GitHub
- URL: https://github.com/emicklei/protofmt-mcp
- Owner: emicklei
- License: mit
- Created: 2025-05-21T20:49:29.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-08-22T18:16:58.000Z (3 months ago)
- Last Synced: 2025-09-21T16:52:30.923Z (about 2 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- toolsdk-mcp-registry - ❌ protobuf-formatter
- toolsdk-mcp-registry - ❌ protobuf-formatter
README
## protofmt-mcp
An MCP server that can format a single `.proto` file.
### install
go install github.com/emicklei/protofmt-mcp@latest
### usage in Visual Studio Code
```json
"protofmt-mcp": {
"command": "/Users/ernestmicklei/go/bin/protofmt-mcp",
"args": []
}
```