MishkaChelekom.MCP.Server (Mishka Chelekom v0.0.9-alpha.18)

Copy Markdown View Source

MCP Server for Mishka Chelekom component library.

Provides tools and resources for AI assistants to:

  • List available components
  • Get component details (variants, colors, sizes)
  • Generate mix commands for component creation
  • Get HEEx code examples

Usage

Start the server with:

iex -S mix

The server runs on http://localhost:4003/mcp

Connecting AI Tools

Claude Code

claude mcp add --transport http mishka-chelekom http://localhost:4003/mcp

Cursor / VSCode (.mcp.json)

{
  "mcpServers": {
    "mishka-chelekom": {
      "type": "http",
      "url": "http://localhost:4003/mcp"
    }
  }
}

Summary

Functions

child_spec(opts)