johnleider/mcp
If you are the rightful owner of mcp 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.
Machine Context Protocol (MCP) server implementation for AI assistants.
This is a Model Context Protocol (MCP) server implementation that allows AI assistants like Claude to interact with your custom tools and resources. The server is built using the official `@modelcontextprotocol/sdk` package and provides a modular architecture for adding custom capabilities. This MCP server runs as a Node.js application and communicates over stdio, making it compatible with VS Code's MCP integration. It's designed to be extensible, allowing you to add custom tools, resources, and prompts to enhance AI capabilities in your development workflow.
Features
- Modular Architecture: Organized into distinct modules for tools, resources, and prompts.
- Stdio Communication: Compatible with VS Code's MCP integration through stdio transport.
- Environment Configuration: Uses dotenv for environment variable management.
- TypeScript Support: Full TypeScript integration for type safety.
- Extensible Design: Easily add new tools and capabilities by implementing the provided interfaces.