zed-mui-mcp-server

A Zed extension for the documentation-retrieving Material UI MCP Server.

GitHubスター

0

ユーザー評価

未評価

お気に入り

0

閲覧数

9

フォーク

1

イシュー

0

README
MUI MCP Server Extension for Zed

This extension provides a MCP server for retrieving Material UI from MUI documentation data directly from Zed.

Configuration

You don't need to configure anything to use this MCP server, but it does provide two optional fields if you'd to specify your usage a bit more:

Preferred Theme (optional)

Add which theme you want to have documentation information focused on:

{
  "context_servers": {
    "mcp-mui-server": {
      "settings": {
        "preferred_theme": "dark"
      }
    }
  }
}
Component Filter (Optional)

Add which components you want to have documentation information focused on:

{
  "context_servers": {
    "mcp-mui-server": {
      "settings": {
        "component_filter": ["Button", "Card", "TextField"]
      }
    }
  }
}
Further Information