Serversio.github.basalt-run/basalt
B

io.github.basalt-run/basalt

io.github.basalt-run/basalt · v1.0.0
● Remote
v1.0.0remote🌐 https://basalt.run/api/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
  "name": "io.github.basalt-run/basalt",
  "description": "Design tokens, components, icons, and a11y data via MCP. For Cursor, Claude, and Windsurf.",
  "repository": {
    "url": "https://github.com/basalt-run/design-system",
    "source": "github"
  },
  "version": "1.0.0",
  "websiteUrl": "https://basalt.run",
  "remotes": [
    {
      "type": "sse",
      "url": "https://basalt.run/api/mcp",
      "headers": [
        {
          "description": "Basalt API key from https://basalt.run Settings",
          "value": "Bearer <API_KEY>",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}