danfmaia/mcp-server
If you are the rightful owner of mcp-server 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.
The MCP Server is designed to provide tools for AI agents, communicating via stdin/stdout using the Model Context Protocol (MCP).
The MCP Server is a versatile tool designed to facilitate AI agents by providing a suite of tools that communicate through the Model Context Protocol (MCP). It primarily focuses on checking HTTP/HTTPS links within Markdown files, offering various methods to scan individual files, multiple files, directories, or entire projects. The server is built to be integrated with different platforms, such as Cursor, and is managed using a Makefile for easy setup and execution. The server is designed to be extensible, allowing developers to add new tools by defining schemas and implementing logic in the server's codebase. The project emphasizes code quality and reliability, with a robust testing framework ensuring high code coverage and adherence to coding standards.
Features
- Checks links in individual Markdown files.
- Scans multiple Markdown files for link validation.
- Recursively checks links in Markdown files within a directory.
- Scans entire projects for Markdown files, respecting .gitignore.
- Integrates with Cursor for enhanced functionality.