MCP Discovery MCP Server

MCP Documentation Rust DevOps

Contact us to host your MCP Server in FlowHunt

FlowHunt provides an additional security layer between your internal systems and AI tools, giving you granular control over which tools are accessible from your MCP servers. MCP servers hosted in our infrastructure can be seamlessly integrated with FlowHunt's chatbot as well as popular AI platforms like ChatGPT, Claude, and various AI editors.

What does “MCP Discovery” MCP Server do?

MCP Discovery is a command-line tool written in Rust designed to discover and document the capabilities of MCP (Model Context Protocol) Servers. It serves as an interface for launching MCP Servers using specified commands and then querying them for their available tools, resources, and other capabilities. The tool outputs the gathered information either directly to the terminal or saves it into Markdown, HTML, or plain text files, making it easier for developers to generate, update, and maintain comprehensive documentation for their MCP Servers. MCP Discovery enhances AI development workflows by automating the exploration and documentation of server features, ensuring consistent and up-to-date information is available for integration with external data sources, APIs, and services.

List of Prompts

No information about prompt templates is available in the provided repository or documentation.

Logo

Ready to grow your business?

Start your free trial today and see results within days.

List of Resources

No information about specific resources exposed by MCP Discovery is available in the provided repository or documentation.

List of Tools

No explicit server tools are described in the repository or documentation.

Use Cases of this MCP Server

  • MCP Server Capability Documentation
    Automate the discovery and documentation of MCP Server capabilities, tools, and resources, ensuring that documentation is always current and accurate.

  • Repository README Maintenance
    Update existing Markdown, HTML, or text files (such as README files) with up-to-date MCP Server capabilities, reducing manual editing and human error.

  • Custom Output Generation
    Generate documentation files in various formats (Markdown, HTML, plain text) using built-in or custom templates, enabling seamless integration into different documentation workflows.

  • Continuous Documentation Integration
    Use as a GitHub Action to automatically maintain and update MCP Server documentation as part of continuous integration (CI) pipelines.

How to set it up

Windsurf

  1. Ensure you have Rust and Cargo installed on your system.
  2. Follow the installation instructions for your platform.
  3. Configure Windsurf to run the mcp-discovery executable as part of its workflow.
  4. Add the MCP Discovery server to your configuration (example below).
  5. Save and restart Windsurf as needed.

Example JSON configuration:

{
  "mcpServers": {
    "mcp-discovery": {
      "command": "mcp-discovery",
      "args": ["--output", "md"]
    }
  }
}

Claude

  1. Install Rust and Cargo on your system.
  2. Install MCP Discovery by following the documentation .
  3. Add MCP Discovery as a server in Claude’s configuration.
  4. Save your configuration and restart Claude.

Example JSON configuration:

{
  "mcpServers": {
    "mcp-discovery": {
      "command": "mcp-discovery",
      "args": ["--output", "md"]
    }
  }
}

Cursor

  1. Install Rust and Cargo as prerequisites.
  2. Download and install MCP Discovery per the official guide .
  3. Edit Cursor’s configuration to add MCP Discovery.
  4. Save the configuration and restart Cursor.

Example JSON configuration:

{
  "mcpServers": {
    "mcp-discovery": {
      "command": "mcp-discovery",
      "args": ["--output", "md"]
    }
  }
}

Cline

  1. Make sure Rust and Cargo are installed.
  2. Install MCP Discovery by following the project documentation .
  3. Configure Cline to include MCP Discovery as a server.
  4. Save configuration and restart as required.

Example JSON configuration:

{
  "mcpServers": {
    "mcp-discovery": {
      "command": "mcp-discovery",
      "args": ["--output", "md"]
    }
  }
}

Note:
To secure API keys or sensitive information, use environment variables in your configuration. Example:

{
  "mcpServers": {
    "mcp-discovery": {
      "command": "mcp-discovery",
      "args": ["--output", "md"],
      "env": {
        "API_KEY": "${API_KEY}"
      },
      "inputs": {
        "apiKey": "${API_KEY}"
      }
    }
  }
}

How to use this MCP inside flows

Using MCP in FlowHunt

To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

FlowHunt MCP flow

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:

{
  "mcp-discovery": {
    "transport": "streamable_http",
    "url": "https://yourmcpserver.example/pathtothemcp/url"
  }
}

Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “mcp-discovery” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.


Overview

SectionAvailabilityDetails/Notes
Overview
List of PromptsNo prompt templates found
List of ResourcesNo resources listed
List of ToolsNo explicit tools described
Securing API KeysExample provided in setup instructions
Sampling Support (less important in evaluation)Not mentioned

Our opinion

MCP Discovery is a robust documentation utility, but as an MCP “Server” it does not expose typical resources, prompts, or tools. Its strength lies in documentation automation and integration, but its utility as an LLM-facing MCP server is limited. For its intended purpose, it is well-built, but as a model context protocol server, it is less relevant.
Rating: 4/10

MCP Score

Has a LICENSE✅ (MIT)
Has at least one tool
Number of Forks0
Number of Stars14

Frequently asked questions

Start Automating Your MCP Server Documentation

Effortlessly generate, update, and maintain comprehensive documentation for your MCP Servers with MCP Discovery. Integrate into your CI workflow for continuous, reliable updates.

Learn more

DesktopCommander MCP Server
DesktopCommander MCP Server

DesktopCommander MCP Server

DesktopCommander MCP Server empowers AI assistants like Claude with direct desktop automation, providing secure terminal control, file system search, and diff-b...

4 min read
AI Automation Developer Tools +4
Microsoft Docs MCP Server
Microsoft Docs MCP Server

Microsoft Docs MCP Server

The Microsoft Docs MCP Server provides real-time, authoritative access to Microsoft documentation for AI assistants, IDEs, and development tools. Enhance workfl...

4 min read
AI MCP Server +4
MCP Discovery
MCP Discovery

MCP Discovery

Integrate FlowHunt with MCP Discovery to automate MCP Server introspection, generate multi-format documentation, and streamline CI/CD workflows for developers m...

4 min read
AI MCP Discovery +5