component-mcp-server

component-mcp-server

1

This project is an MCP Server that allows users to search and retrieve information about components in their local repositories. It uses TypeScript, Node.js, and the MCP SDK for implementation.

Overview

This project is an MCP Server designed to search and retrieve information about components stored in local repositories.

Installation

  • Install dependencies.
  • Create an .env file and specify the component path in the repository.

Usage

  • Build the MCP Server using the provided commands.

Tools

  • searchComponents: Search for components and obtain their names and paths.
  • getComponentInfo: Retrieve the source code of a component.

Technology Stack

  • TypeScript
  • Node.js
  • MCP SDK for server implementation.