🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

bmdpat-prompts

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bmdpat-prompts

MCP server for the bmdpat.com prompt library — free, tested copy-paste prompts for local LLMs and AI coding agents, inside your Claude/Cursor session. Every prompt links to the post explaining when to use it.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

bmdpat-prompts

MCP server for the free bmdpat.com prompt library: tested copy-paste prompts for local LLMs (llama.cpp, Ollama) and AI coding agents, written from real runs on owned hardware. Trust gates, verifier loops, timeout guards, VRAM/quant cheat sheets, agent budget caps.

The library grows every weekday as new posts publish; this server always serves the current set. Every prompt links to the post that explains when to use it and what it did on a real machine.

Install (Claude Desktop / Claude Code / Cursor)

{
  "mcpServers": {
    "bmdpat-prompts": {
      "command": "npx",
      "args": ["-y", "bmdpat-prompts"]
    }
  }
}

Claude Code one-liner:

claude mcp add bmdpat-prompts -- npx -y bmdpat-prompts

Tools

  • list_prompts (optional tag) — the catalog with slugs and source posts
  • get_prompt (slug) — one prompt, paste-ready, with its source post
  • search_prompts (query) — full-text search across the library

Data source

Reads the public feed at https://bmdpat.com/prompts.json (10-minute cache, override with BMDPAT_PROMPTS_FEED). No keys, no tracking, MIT.

Related: AgentGuard — runtime budget caps, loop limits, and kill switches for the agents you run these prompts in (pip install agentguard47).

Keywords

mcp

FAQs

Package last updated on 07 Jul 2026

Did you know?

Socket

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.

Install

Related posts