
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@buger/probe-mcp
Advanced tools
MCP server for probe CLI - DEPRECATED: Use @buger/probe with 'probe mcp' command instead
⚠️ DEPRECATED: This package has been integrated into
@buger/probe.Please use
@buger/probewith theprobe mcpcommand instead.Migration:
npm install @buger/probethen useprobe mcpinstead ofprobe-mcp
MCP server for the Probe code search tool.
For new users, please use the integrated version:
# Install the main probe package
npm install -g @buger/probe
# Run MCP server
probe mcp
Legacy installation (deprecated):
# Install globally (DEPRECATED)
npm install -g @buger/probe-mcp
# Or use directly with npx (DEPRECATED)
npx @buger/probe-mcp
This package now uses the @buger/probe package as a dependency, which will automatically handle downloading the appropriate Probe binary for your system when needed.
This package provides an MCP server that allows AI assistants to use the Probe code search tool.
probe-mcp [options]
Options:
--timeout, -t <seconds> Set timeout for search operations (default: 30)
--help, -h Show help message
Recommended (new integrated version):
{
"mcpServers": {
"probe": {
"command": "npx",
"args": [
"-y",
"@buger/probe",
"mcp"
]
}
}
}
To use a custom timeout (e.g., 60 seconds):
{
"mcpServers": {
"probe": {
"command": "npx",
"args": [
"-y",
"@buger/probe",
"mcp",
"--timeout",
"60"
]
}
}
}
Legacy configuration (deprecated):
{
"mcpServers": {
"probe": {
"command": "npx",
"args": [
"-y",
"@buger/probe-mcp"
]
}
}
}
Ask your AI assistant to search your codebase using natural language queries like:
The AI will use the Probe tool to search your codebase and provide relevant code snippets and explanations.
If you encounter issues with the MCP server:
Package Dependencies: Make sure both @buger/probe-mcp and @buger/probe are properly installed. The @buger/probe package handles the binary download and management.
Binary Issues: If you encounter issues with the Probe binary, you can check the binary path using:
import { getBinaryPath } from '@buger/probe';
console.log(getBinaryPath());
Package Name: Make sure you're using @buger/probe-mcp (not @buger/probe) in your MCP configuration.
ISC
FAQs
MCP server for probe CLI - DEPRECATED: Use @buger/probe with 'probe mcp' command instead
We found that @buger/probe-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.