sseMITupdated 4mo ago
Design tokens in Git. Readable by AI. Beautiful to edit.
What can you do with basalt?
Basalt Design System
Design tokens in Git. Readable by AI. Beautiful to edit.
This repo is managed by Basalt ā a design system platform that stores tokens, components, and documentation in Git and serves them to AI coding tools via MCP.
What's in this repo
tokens/
āāā primitives.json # Raw values (colors, spacing, radii)
āāā semantic.light.json # Light theme semantic tokens
āāā semantic.dark.json # Dark theme semantic tokens
All tokens use the DTCG 2025.10 format (W3C standard).
Using these tokens with AI tools
Basalt serves this design system to Cursor, Claude Code, Claude Design, and Windsurf via an MCP server. AI tools query your real token values instead of guessing.
See MCP.md for setup instructions and available tools.
Quick config (Cursor / Claude Code / Windsurf):
{
"mcpServers": {
"basalt": {
"url": "https://basalt.run/api/mcp",
"headers": {
"Authorization": "Bearer bsk_your_key_here"
}
}
}
}
Get a free API key at basalt.run.
Token architecture
Three tiers, each referencing the layer above:
Primitive ā raw values (color.orange.500 = #F97316)
Semantic ā intent + theming (color.action.default ā color.orange.500)
Component ā scoped to UI elements (button.background.default ā color.action.default)
AI tools resolve the full chain automatically via MCP.
Links
- basalt.run ā visual editor, component registry, MCP server
- MCP.md ā MCP server docs and setup
- MCP Registry ā search for
basalt
License
MIT ā see LICENSE.
Install
Add basalt to your client. Pick the one you use.
claude mcp add --transport sse basalt https://basalt.run/api/mcpcodex mcp add basalt --url https://basalt.run/api/mcp{
"mcpServers": {
"basalt": {
"url": "https://basalt.run/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"basalt": {
"type": "sse",
"url": "https://basalt.run/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"basalt": {
"url": "https://basalt.run/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"basalt": {
"serverUrl": "https://basalt.run/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance13/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 135 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint ā no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Apr 18, 2026 |