Stats
Actions
Tags
From qgrep-mcp
Runs a local Python MCP server for code search and querying via qgrep. Purpose and capabilities are not fully specified.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"qgrep-mcp": {
"command": "python3",
"args": [
"-m",
"qgrep_mcp"
],
"env": {
"PYTHONPATH": "${CLAUDE_PLUGIN_ROOT}/src"
}
}
}
}Server configuration and connection parameters
python3${CLAUDE_PLUGIN_ROOT}Command-line arguments passed to the server process
Environment variables set when the server starts
PYTHONPATH=${CLAUDE_PLUGIN_ROOT}/srcnpx claudepluginhub sumisingh10/qgrep-mcp