@burnishdev/example-server
v0.4.1
Published
Example MCP server showcasing Burnish components with demo tools
Maintainers
Readme
Install
npm install -g @burnishdev/example-server
# or run ad-hoc:
npx @burnishdev/example-serverUsage
Point Burnish (or any MCP client) at the burnish-example-server binary:
npx burnish -- npx @burnishdev/example-serverOr wire it into an mcp-servers.json:
{
"mcpServers": {
"example": {
"command": "npx",
"args": ["-y", "@burnishdev/example-server"]
}
}
}What this is
A stdio-based MCP server with a handful of demo tools (project info, user lists, metrics, charts) that return data shaped to exercise every component in Burnish. Use it to try out the Explorer UI, build recipes, or develop new components against predictable output — no real backend required.
