Stats
Actions
Tags
From llms-fetch-mcp
Provides MCP tools for fetching from LLMs. Runs locally as a stdio subprocess. No secrets or API keys required.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"llms-fetch": {
"command": "npx",
"args": [
"-y",
"llms-fetch-mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub crazytieguy/alignment-hive --plugin llms-fetch-mcp