MCPs tagged with server tool
-
mcp-difyworkflow-server
MCP server for managing and executing multiple Dify workflows on demand.
mcp-difyworkflow-server is an MCP-compliant server tool that facilitates the querying and invocation of custom Dify workflows. It supports dynamic execution of multiple workflows by interfacing with the Dify platform, enabling users to manage workflow credentials and operations efficiently. Configuration allows mapping of workflows to API keys, and commands to list or execute available workflows are provided.
- ⭐ 58
- MCP
- gotoolkits/mcp-difyworkflow-server
-
mcp-git-ingest
MCP server for exploring GitHub repository structures and key files.
mcp-git-ingest is a Model Context Protocol (MCP) server designed to programmatically read and visualize GitHub repository structures and retrieve important file contents. It leverages fastmcp for server functionality and gitpython for repository operations, ensuring robust error handling and cleanup. The tool offers commands to generate directory trees and fetch specified files, making it suitable for integrating repository context into AI workflows.
- ⭐ 286
- MCP
- adhikasp/mcp-git-ingest
-
Website Downloader MCP Server
Download and archive entire websites as local, browsable directories via MCP.
Website Downloader MCP Server provides a Model Context Protocol (MCP) compatible server that enables users to download entire websites using wget. It preserves the website structure, rewrites internal links for local browsing, and allows for custom download depth and output directories. The server is intended for integration into larger systems or AI workflows that utilize MCP servers. Installation instructions and usage examples are provided for multiple platforms.
- ⭐ 144
- MCP
- pskill9/website-downloader