mcp-expert-server
The MCP Expert Server is a Model Context Protocol server that provides intelligent query generation and documentation assistance using Claude AI. It offers tools to generate queries and provide documentation insights based on natural language requests.
MCP Expert Server
A Model Context Protocol server offering intelligent query generation and documentation assistance using Claude AI. Key features include:
- create-query: Generates queries based on natural language requests.
- documentation: Provides relevant documentation based on questions.
Prerequisites
- Node.js >= 18
- An Anthropic API key for Claude
Installation
- Clone the repository
- Install dependencies
- Create a
.env
file with your Anthropic API key
Setup
Build and run setup scripts to prepare directories and files. Add API documentation files to the docs/
directory and customize prompts as needed.
Usage
Standalone Server
Start the server to access tools via the Model Context Protocol.
Claude Desktop Integration
Instructions for integrating with Claude Desktop.
Directory Structure
Overview of main directories and their contents.
Troubleshooting
Check setup scripts, file existence, Anthropic API key, and paths if issues arise.