Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From factor-researcher
Runs a local MCP server via the factorminer CLI's mcp-serve subcommand. Purpose unclear from configuration alone; likely a custom or niche data tool.
npx claudepluginhub minihellboy/factorminer --plugin factor-researcherCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"factorminer": {
"command": "factorminer",
"args": [
"mcp-serve"
]
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
factorminerCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.