Johnleider MCP
About
MCP is a Model Context Protocol server implementation that allows AI assistants like Claude to interact with custom tools and resources. Built with the official @modelcontextprotocol/sdk, it runs as a Node.js application and communicates over stdio, making it compatible with VS…
Details
- Author
- johnleider
- GitHub stars
- 2
- Downloads
- 233
- Categories
- Other
Jump to
- Modular architecture for tools, resources, and prompts
- Stdio communication compatible with VS Code MCP integration
- Environment configuration via dotenv
- Full TypeScript support for type safety
- Extensible design with provided interfaces
Install dependencies with pnpm install, build with pnpm run build, and start with pnpm start. For VS Code integration, add a server entry to .vscode/mcp.json with the command node and the path to the built index.js, then enable chat.mcp.discovery.enabled in settings.
MCP
Machine Context Protocol (MCP) server.
Overview
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.
Installation
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



