1. Conduid
  2. Blockchain
  3. io.github.basalt-run/basalt
MCP server · Blockchain

io.github.basalt-run/basalt

Design tokens, components, icons, and a11y data via MCP. For Cursor, Claude, and Windsurf.

Unclaimed blockchain
34Low

Scored 4 months ago · breakdown

About io.github.basalt-run/basalt

io.github.basalt-run/basalt is an MCP server in the Blockchain category: design tokens, components, icons, and a11y data via MCP. For Cursor, Claude, and Windsurf. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/basalt-run/design-system

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about io.github.basalt-run/basalt

Powered by Claude · Grounded in docs

I know everything about io.github.basalt-run/basalt. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

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.defaultcolor.orange.500) Component → scoped to UI elements (button.background.defaultcolor.action.default)

AI tools resolve the full chain automatically via MCP.

Links

License

MIT — see LICENSE.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About io.github.basalt-run/basalt

How do I install io.github.basalt-run/basalt?

Run git clone https://github.com/basalt-run/design-system, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is io.github.basalt-run/basalt safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is io.github.basalt-run/basalt still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.