AegisX MCP MCP Server

$npx -y @aegisx/mcp
README.md

Access AegisX UI components, CRUD generator commands, and API contracts.

@aegisx/mcp

MCP (Model Context Protocol) server for the AegisX platform. Provides AI assistants with access to AegisX UI components, CRUD generator commands, development patterns, and API contract discovery.

Features

  • UI Components Reference - Browse and search 78+ AegisX UI components with full API documentation
  • CRUD Generator Commands - Build and execute CRUD generation commands with 23 supported options (100% CLI alignment)
  • Development Patterns - Access best practices, code templates, and architecture patterns
  • API Contract Discovery - List, search, and validate API contracts across your codebase
  • API Testing & Authentication - Login, test protected endpoints, decode JWT tokens, and track request history
  • Design Tokens - Reference design tokens for colors, spacing, typography
  • Development Standards - Access coding standards and guidelines

Data Synchronization

The component, command, and pattern data files are auto-generated from source libraries:

  • src/data/components.ts - Generated from aegisx-ui components
  • src/data/crud-commands.ts - Generated from aegisx-cli commands
  • src/data/patterns.ts - Validated from existing patterns

⚠️ DO NOT EDIT MANUALLY - Changes will be overwritten on next sync.

Installation

NPM (Global)

npm install -g @aegisx/mcp

Claude Desktop Configuration

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "aegisx": {
      "command": "npx",
      "args": ["-y", "@aegisx/mcp"]
    }
  }
}

Or if installed globally:

{
  "mcpServers": {
    "aegisx": {
      "command": "aegisx-mcp"
    }
  }
}

Available Tools

UI Components

Tool Description
aegisx_components_list List all UI components, optionally filtered by category
aegisx_components_get Get detailed info about a specific component
aegisx_components_search Search components by name or description

Example:

Use aegisx_components_get with name="Card" to see the Card component API.

CRUD Generator

Tool Description
aegisx_crud_build_command Build a CRUD generation command with options
aegisx_crud_packages View available packages (standard, enterprise, full)
aegisx_crud_files See what files will be generated
aegisx_crud_troubleshoot Get help with common issues
aegisx_crud_workflow Get complete workflow for a feature

Example:

Use aegisx_crud_build_command with tableName="products" and withImport=true to get the command.

Development Patterns

Tool Description
aegisx_patterns_list List all patterns by category
aegisx_patterns_get Get a specific pattern with code
aegisx_patterns_search Search patterns
aegisx_patterns_suggest Get pattern suggestions for a task

Example:

Use aegisx_patterns_suggest with task="create API endpoint" to get relevant patterns.

API Contract Tools

Tool Description
aegisx_api_list List all API endpoints, optionally filtered by feature
aegisx_api_search Search endpoints by keyword across paths and methods
aegisx_api_get Get detailed contract for a specific endpoint
aegisx_api_validate Validate implementation matches documented contracts

Examples:

# List all endpoints
Use aegisx_api_list to see all documented APIs.

# Search for budget-related APIs
Use aegisx_api_search with query="budget" to find budget endpoints.

# Get contract details
Use aegisx_api_get with path="/api/profile" to see the full contract.

# Validate a feature
Use aegisx_api_validate with feature="user-profile" to check for mismatches.

API Testing & Authentication Tools

| Tool | Description | | ------------

Tools (16)

aegisx_components_listList all UI components, optionally filtered by category
aegisx_components_getGet detailed info about a specific component
aegisx_components_searchSearch components by name or description
aegisx_crud_build_commandBuild a CRUD generation command with options
aegisx_crud_packagesView available packages (standard, enterprise, full)
aegisx_crud_filesSee what files will be generated
aegisx_crud_troubleshootGet help with common issues
aegisx_crud_workflowGet complete workflow for a feature
aegisx_patterns_listList all patterns by category
aegisx_patterns_getGet a specific pattern with code
aegisx_patterns_searchSearch patterns
aegisx_patterns_suggestGet pattern suggestions for a task
aegisx_api_listList all API endpoints, optionally filtered by feature
aegisx_api_searchSearch endpoints by keyword across paths and methods
aegisx_api_getGet detailed contract for a specific endpoint
aegisx_api_validateValidate implementation matches documented contracts

Configuration

claude_desktop_config.json
{
  "mcpServers": {
    "aegisx": {
      "command": "npx",
      "args": ["-y", "@aegisx/mcp"]
    }
  }
}

Try it

Use aegisx_components_get with name='Card' to see the Card component API.
Use aegisx_crud_build_command with tableName='products' and withImport=true to get the command.
Use aegisx_patterns_suggest with task='create API endpoint' to get relevant patterns.
Use aegisx_api_search with query='budget' to find budget endpoints.
Use aegisx_api_validate with feature='user-profile' to check for mismatches.

Frequently Asked Questions

What are the key features of AegisX MCP?

UI Components Reference for 78+ AegisX components with full API documentation.. CRUD Generator Commands with 23 supported options and 100% CLI alignment.. API Contract Discovery to list, search, and validate endpoints across the codebase.. Development Patterns access for best practices, code templates, and architecture.. API Testing & Authentication tools for login, JWT decoding, and request history..

What can I use AegisX MCP for?

Frontend developers looking up component props and documentation while building UIs.. Backend developers generating CRUD boilerplate commands for new database tables.. Architects ensuring implementation matches documented API contracts.. New team members onboarding by exploring development patterns and coding standards.. QA engineers testing protected endpoints and validating JWT tokens..

How do I install AegisX MCP?

Install AegisX MCP by running: npx -y @aegisx/mcp

What MCP clients work with AegisX MCP?

AegisX MCP works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Use AegisX MCP with Conare

Manage MCP servers visually, upload persistent context, and never start from zero with Claude Code & Codex.

Try Free