Overview
Title
MCP-Typescribe - An MCP Server Providing LLMs API Information
How to Use
- Installation: Clone the repository and install dependencies using
npm install
.
- Generate Documentation: Use TypeDoc to generate JSON documentation for your TypeScript API.
- Run the Server: Start the MCP server with the generated JSON file.
- Connect AI Agents: Configure tools like Cline or Windsurf to query the API via the MCP protocol.
Key Features
- TypeDoc Integration: Efficiently loads and indexes TypeScript API documentation.
- Comprehensive Query Tools: Supports symbol search, detailed symbol info, member listing, parameter info, and more.
- MCP Protocol Compliance: Enables seamless integration with AI agents for dynamic API exploration.
Use Cases
- AI-Powered Code Assistance: Helps LLMs understand and use unfamiliar APIs in real-time.
- Developer Productivity: Accelerates onboarding for new or proprietary SDKs.
- Autonomous Agents: Enables AI agents to query, plan, and adapt to unknown APIs without retraining.