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 💡
specbridge
An MCP server that converts OpenAPI specifications into MCP tools by scanning a folder for spec files and auto-generating tools
editorconfig-mcp-server
A Model Context Protocol (MCP) compliant server that formats files using .editorconfig rules.
@mmntm/weblate-mcp
A [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that provides seamless integration with Weblate translation management platform. This server enables AI assistants to interact directly with your Weblate instance for comprehensive translation management.
kill-process-mcp
AI-powered cross-platform MCP server exposing LLM-accessible tools to list and terminate OS processes via natural language queries
Office-PowerPoint-MCP-Server
A MCP server for PowerPoint manipulation using python-pptx, providing tools for creating, editing, and manipulating PowerPoint presentations through the MCP protocol.
mcp-server-pacman
A Model Context Protocol server providing package index querying capabilities for PyPI, npm, crates.io, Docker Hub, and Terraform Registry.