Skip to content
VS Code

mcp process for VS Code

io.github.digital-defiance/mcp-process

Process management and monitoring for AI agents with strict security boundaries

client:VS Code transport:stdio runtime:npm

Install mcp process in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-process": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ai-capabilities-suite/mcp-process"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp process in other clients