Dev Proxy MCP Server

Dev Proxy MCP server

Local serverstdio

What is the Dev Proxy MCP server?

Most knowledge and memory work still happens through a UI a human drives. Dev Proxy MCP server moves it into the conversation instead. Dev Proxy MCP server.

The short version

A Model Context Protocol (MCP) server for Dev Proxy that enables AI assistants to interact with Dev Proxy capabilities using the MCP standard. Use this server to:

Dev Proxy is an API simulator that helps you effortlessly test your app beyond the happy path. It allows you to:

The tools it exposes

The server publishes 7 tools. What each one is for:

  • Type — stdio
  • Command — npx
  • Arguments — - -y
  • Environmentnone
  • GetBestPractices — Gets a list of best practices for configuring and using Dev Proxy. Call it for any code generation or operation involving Dev Proxy. These best
  • FindDocs — Finds relevant Dev Proxy documentation related to a specific query
  • GetVersion — Gets the currently installed Dev Proxy version. This is useful to ensure that the generated configuration is compatible with the installed version of

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

What it needs from you

How it compares

Among the knowledge and memory options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Dev Proxy's toolset — Type, Command, Arguments and 4 more — is a fair guide to whether it matches your workflow. It is maintained by waldekmastykarz; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Dev Proxy's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
Typestdio
Commandnpx
Arguments- -y
Environment_none_
GetBestPracticesGets a list of best practices for configuring and using Dev Proxy. Call it for any code generation or operation involving Dev Proxy. These best practices do not change so once it has been called during the current sessio
FindDocsFinds relevant Dev Proxy documentation related to a specific query.
GetVersionGets the currently installed Dev Proxy version. This is useful to ensure that the generated configuration is compatible with the installed version of Dev Proxy.

Configuration

Example prompts to try

  • Use Dev Proxy to Type.
  • Use Dev Proxy to Command.
  • Use Dev Proxy to Arguments.

Frequently asked questions

It provides an MCP interface to Dev Proxy, allowing AI assistants to find documentation, get best practices, and check the installed Dev Proxy version.