Menu

Post image 1
Post image 2
1 / 2
0

How to Use Paper MCP Server Inside a Dev Container

DEV Community·Thales Augusto·17 days ago
#Acy8Osnm
#why#docker#mcp#host#container#fullscreen
Reading 0:00
15s threshold

If you use Paper as your MCP server and develop inside a Docker-based dev container (VS Code Dev Containers, Cursor, or any devcontainer-compatible editor), you've probably hit this frustrating wall: Failed to reconnect to plugin:paper-desktop:paper: ECONNRESET Your MCP client inside the container tries to reach 127.0.0.1:29979 , but that address points to the container's own loopback — not your host machine where Paper is actually running. This article walks through the exact solution. Why This Happens When you run a dev container, your development environment lives inside a Docker container. Your .mcp.json file correctly points to http://127.0.0.1:29979/mcp — and that works fine when running tools directly on the host.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More