component-mcp-server

component-mcp-server

3.2

If you are the rightful owner of component-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Component MCP Server is designed to search and retrieve information about components located in a local repository.

The Component MCP Server is a specialized server that allows users to search for components within a local repository and retrieve detailed information about them. It is built using Node.js and TypeScript, leveraging the @modelcontextprotocol/sdk for implementing the MCP server functionalities. The server is configured through an environment file where the path to the components is specified. Once set up, it can be built and run to provide component search and information retrieval services. This server is particularly useful for developers who need to manage and access component details efficiently within a large codebase.

Features

  • Component Search: Allows searching for components by name and retrieves their paths.
  • Component Information Retrieval: Fetches the source code of specified components.
  • Environment Configuration: Uses a .env file to specify the path to the components directory.
  • Build and Run: Provides scripts to build and run the server using npm.
  • Debugging Tools: Includes tools for testing and debugging the server.

Tools

  1. searchComponents

    Searches for components and retrieves their names and paths.

  2. getComponentInfo

    Retrieves the source code of a component.