Skip to content

Commit 7da3d63

Browse files
authored
Add entry for hoverfly mcp server (#38)
* add entry for hoverfly mcp server * add config in server.xml * review comment change * add icon for hoverfly mcp server
1 parent 46aec5b commit 7da3d63

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: hoverfly-mcp-server
2+
image: kapish88/hoverfly-mcp-server
3+
type: server
4+
meta:
5+
category: productivity
6+
tags:
7+
- ai
8+
- service-virtualization
9+
- http-mocking
10+
- devtools
11+
about:
12+
title: Hoverfly MCP Server
13+
icon: https://raw.githubusercontent.com/kapishmalik/hoverfly-mcp-server/main/HoverflyMCPServerDocker.png
14+
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.
15+
source:
16+
project: https://github.com/kapishmalik/hoverfly-mcp-server
17+
run:
18+
volumes:
19+
- '{{hoverfly-mcp-server.data}}:/opt/hoverfly-mcp/simulation-data'
20+
config:
21+
description: The MCP server is allowed to access this path for storing simulation files
22+
parameters:
23+
type: object
24+
properties:
25+
data:
26+
type: string
27+
default:
28+
$HOME/data
29+
required:
30+
- data

0 commit comments

Comments
 (0)