Add Burnish — explorer-first MCP client (Swagger UI for MCP)#181
Open
danfking wants to merge 1 commit intopunkpeye:mainfrom
Open
Add Burnish — explorer-first MCP client (Swagger UI for MCP)#181danfking wants to merge 1 commit intopunkpeye:mainfrom
danfking wants to merge 1 commit intopunkpeye:mainfrom
Conversation
Burnish is 'Swagger UI for MCP' — an MCP client that auto-generates interactive UI from any server's tool outputs without an LLM or chat window. Ships a CLI plus 10 Lit 3 web components embeddable in your own app.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Burnish to the Clients list.
What it is: an explorer-first MCP client — "Swagger UI for MCP." Unlike the chat-based clients elsewhere on this list, Burnish has no LLM, no tool-calling loop, and no chat window. Point it at any stdio or SSE MCP server and the UI auto-generates from the server's tool schemas and outputs: cards for objects, tables for arrays, charts for
{labels, datasets}, forms from JSON Schema inputs, pipelines, stat bars, status messages, and dashboards.Two parts:
burnishon npm): launches the Explorer against any MCP server.@burnishdev/componentson npm + CDN): 10 Lit 3 components that drive the output layer, also usable directly in your own app.Live demo: https://burnish-demo.fly.dev
Added entry at the end of the Clients list (consistent with recent additions) and a matching TOC link. Happy to adjust formatting, description, screenshots, or move placement if you prefer alphabetical.