proxymock
An MCP server is built into proxymock to let Agent-based LLM tools like Cursor, Claude Desktop, VSCode or GitHub Copilot interact.
proxymock is a tool that records API/Database calls from an app running on your local desktop. It automatically converts inbound requests into tests and outbound requests into service mocks, with portable recordings.
An MCP server is integrated into proxymock, allowing agent-based LLM tools such as Cursor, Claude Desktop, VSCode, and GitHub Copilot to interact with it. This enables users to control proxymock actions (like starting/stopping mock servers, recording API calls, or running regression tests) directly through their normal chat interfaces.
Installation and Usage:
- Install proxymock (instructions available on proxymock.io or docs.speedscale.com).
- The
proxymock initcommand typically auto-detects common MCP clients and prompts for installation. - If manual configuration is needed, modify your client's
mcp.jsonwith the provided configuration:{ "mcpServers": { "proxymock-simulator": { "command": "/Users/some_user/.speedscale/proxymock", "args": [ "mcp" ] } } } - Alternatively, run
proxymock mcp --installto re-detect and install.
Example Prompts for LLM Agents:
run a mock serverstop the mock serverstart recording api callsrun a regression test
Recommend MCP Servers 💡
@joshuarileydev/simulator-mcp-server
A Model Context Protocol (MCP) server that provides programmatic control over iOS simulators. This server implements the MCP specification to expose simulator functionality through a standardized interface.
microsandbox/microsandbox
An MCP server providing secure execution environment for untrusted code through microVM isolation with instant startup
RoryMB/Make_MCP
An MCP server that helps users create other MCP servers, integrable with Claude Desktop
optuna-mcp
The Optuna MCP Server is a Model Context Protocol (MCP) server to interact with Optuna APIs.
Allyson
Allyson is an AI-powered SVG animation editor that integrates with the Model Context Protocol (MCP), enabling AI agents to generate and manage SVG animations and export production-ready Framer Motion code.
Eliran79/Vulnerable-file-reader-server
A deliberately vulnerable MCP server demonstrating command injection flaws for educational purposes.