Skip to content

Add entry for hoverfly mcp server #38

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jul 31, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions servers/hoverfly-mcp-server/server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: hoverfly-mcp-server
image: kapish88/hoverfly-mcp-server
type: server
meta:
category: productivity
tags:
- ai
- service-virtualization
- http-mocking
- devtools
about:
title: Hoverfly MCP Server
icon: https://raw.githubusercontent.com/kapishmalik/hoverfly-mcp-server/main/HoverflyMCPServerDocker.png
description: A Model Context Protocol (MCP) server that exposes Hoverfly as a programmable tool for AI assistants like Cursor, Claude, GitHub Copilot, and others supporting MCP. It enables dynamic mocking of third-party APIs to unblock development, automate testing, and simulate unavailable services during integration.
source:
project: https://github.com/kapishmalik/hoverfly-mcp-server
run:
volumes:
- '{{hoverfly-mcp-server.data}}:/opt/hoverfly-mcp/simulation-data'
config:
description: The MCP server is allowed to access this path for storing simulation files
parameters:
type: object
properties:
data:
type: string
default:
$HOME/data
required:
- data