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 💡
@magicuidesign/mcp
Official Magic UI MCP server for integrating components and configuration management
mobbdev
Bugsy can also be used as an MCP server, allowing AI assistants like Claude to automatically scan and fix vulnerabilities in your code repositories.
MindsDB
Query Engine for AI - The only MCP Server you'll ever need
sandbox-mcp
An MCP server enabling LLMs to run code safely in isolated Docker containers.
mcp-security-audit
A powerful MCP (Model Context Protocol) Server that audits npm package dependencies for security vulnerabilities. Built with remote npm registry integration for real-time security checks.
godoc-mcp-server
A mcp server provide infomation from pkg.go.dev. For all golang programmers