12 days ago
Description: Showcase MCP server for the Burnish Explorer — 34 tools across a fictional consulting company (projects, clients, team members, tasks, incidents, orders) demonstrating every rendering path: cards, tables, charts, stat bars, pipelines, and multi-section dashboards. Install with npx burnish -- npx -y @burnishdev/example-server.
Server Config
{
"mcpServers": {
"burnish-example-server": {
"command": "npx",
"args": [
"-y",
"@burnishdev/example-server"
]
}
}
}