Skip to content

Configure an MCP client

After installing Memscope, configure an MCP-compatible client to start the local console command over stdio.

{
"mcpServers": {
"memscope": {
"command": "memscope-mcp"
}
}
}

The bare command and memscope-mcp server start the same server. Keep stdin and stdout reserved for MCP traffic. Diagnostics and the startup data-root line use stderr.

Memscope exposes no HTTP transport, browser client, hosted API, authentication form, or remote runtime asset. The MCP client owns the child process and stdio connection.

The server advertises exactly 11 tools. Review the MCP tool reference for schemas and the CLI and paths reference for the resolved data root.

Use processes to filter by name, PID, parent PID, or service. When several processes share a name, select an exact PID. Pre-attach PEB inspection returns command lines, environment variables, executable paths, and module paths.

Continue with the first-session guide.


Source: getting-started guide