
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
@mrazmat/mcp-replicate
Advanced tools
A Model Context Protocol (MCP) server for running machine learning models on Replicate.
npx -y @mrazmat/mcp-replicate
export REPLICATE_API_KEY="your-api-key-here"
claude_desktop_config.json
:{
"mcpServers": {
"replicate": {
"command": "npx",
"args": ["-y", "@mrazmat/mcp-replicate@0.1.5"],
"env": {
"REPLICATE_API_KEY": "your-api-key-here"
}
}
}
}
When asking Claude to generate images, use these guidelines:
Do NOT include SHA hashes/version numbers after the model name
"black-forest-labs/flux-schnell"
"black-forest-labs/flux-schnell:462ce631b56105646c5442fb7..."
Format your prompts clearly. Example:
Generate an image using the Flux model on Replicate of a serene Japanese garden with cherry blossoms.
Use "black-forest-labs/flux-schnell" as the model.
Specify detailed parameters if needed:
Generate an image using Flux of two Asian leopard cats playing in a backyard.
Use model "black-forest-labs/flux-schnell" with:
- prompt: "two Asian leopard cats playing in a backyard, detailed fur, natural lighting"
- negative_prompt: "deformed, unrealistic, cartoon-like"
- guidance_scale: 7.5
Some popular Replicate models you can try:
"black-forest-labs/flux-schnell"
- High quality image generation"stability-ai/sdxl"
- Stable Diffusion XL"meta/llama-2-70b-chat"
- For text generation# Install dependencies
pnpm install
# Build the project
pnpm build
# Watch for changes
pnpm watch
# Run in development mode
pnpm dev
MIT
FAQs
MCP server for running machine learning models on Replicate
The npm package @mrazmat/mcp-replicate receives a total of 4 weekly downloads. As such, @mrazmat/mcp-replicate popularity was classified as not popular.
We found that @mrazmat/mcp-replicate demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Research
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.