diff --git a/servers/hoverfly-mcp-server/server.yaml b/servers/hoverfly-mcp-server/server.yaml new file mode 100644 index 0000000..3be20fc --- /dev/null +++ b/servers/hoverfly-mcp-server/server.yaml @@ -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