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.
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 server publishes 7 tools. What each one is for:
Type — stdioCommand — npxArguments — - -yEnvironment — noneGetBestPractices — Gets a list of best practices for configuring and using Dev Proxy. Call it for any code generation or operation involving Dev Proxy. These bestFindDocs — Finds relevant Dev Proxy documentation related to a specific queryGetVersion — Gets the currently installed Dev Proxy version. This is useful to ensure that the generated configuration is compatible with the installed version ofSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
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.
| Tool | What it does |
|---|---|
| Type | stdio |
| Command | npx |
| Arguments | - -y |
| Environment | _none_ |
| 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 practices do not change so once it has been called during the current sessio |
| 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 Dev Proxy. |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.