Developer Tools
buildersprompt.com
Provides access to a library of engineer-graded prompts for software delivery stages.
ENDPOINT 1
https://buildersprompt.com/mcp
MCP server metadata
- Name
- builders-prompt-library
- Version
- 1.0.0
Search and read 3,300+ engineer-graded prompts for software delivery across six stages (Idea, Design, Build, Test, Secure, Ship). Use search_prompts to find relevant prompts by keyword; use get_prompt to fetch a full prompt by slug; use list_stages to see the stage taxonomy and counts.
Known tools 3
search_promptsSearch the Builder's Prompt Library (3,300+ engineer-graded prompts for software delivery) by keyword.
Inferred read-onlyget_promptFetch the full text and metadata of a single published prompt by its slug.
Inferred read-onlylist_stagesList the six delivery stages in the Builder's Prompt Library and how many published prompts each contains.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.builders-prompt-library]
url = "https://buildersprompt.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"builders-prompt-library": {
"type": "http",
"url": "https://buildersprompt.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: builders-prompt-library
Remote MCP URL: https://buildersprompt.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"builders-prompt-library": {
"url": "https://buildersprompt.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"builders-prompt-library": {
"type": "http",
"url": "https://buildersprompt.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "builders-prompt-library",
"transport": "streamable-http",
"url": "https://buildersprompt.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for buildersprompt.com was fetched 2026-07-31T02:08:33.115Z and is being refreshed.
buildersprompt.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.