crazyrabbitLTC_mcp-expert-server
0
MCP Expert Server is a Model Context Protocol server designed to facilitate intelligent query generation and documentation assistance with the help of Claude AI. It offers create-query and documentation tools that work with natural language requests. The setup requires Node.js and an Anthropic API key.
MCP Expert Server
A Model Context Protocol server providing intelligent query generation and documentation assistance using Claude AI. The server includes features like:
- create-query: Generates queries based on natural language requests.
- documentation: Offers relevant documentation based on questions.
Prerequisites
- Node.js >= 18
- Anthropic API key for Claude
Installation
- Clone the repository.
- Install dependencies.
- Create an
.env
file with your Anthropic API key.
Setup
- Build the project and run the setup script.
- Add your API documentation files to the
docs/
directory. - Customize prompts in the
prompts/
directory as needed.
Usage
- Start the server using
npm start
. It exposes tools via the Model Context Protocol for query creation and documentation retrieval.
Integration with Claude Desktop
- Configure your Claude Desktop config file to integrate the server.
Directory Structure
Describes the organization of documentation, prompts, source code, and configuration files.