This MCP server leverages the Anthropic Claude API to provide query generation and documentation assistance capabilities. It is built with TypeScript and uses the Model Context Protocol SDK for standardized interactions. The server can be run as a standalone application or integrated into other projects. It includes features for loading custom API documentation and environment variable configuration. This implementation is well-suited for developers looking to add AI-powered querying and documentation tools to their workflows or applications.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Generates a query based on natural language requests. Parameters: request (string), for example, 'Find all users who signed up in the last week'.
Provides relevant documentation information based on questions. Parameters: request (string), for example, 'How do I authenticate API requests?'.