
.Prompts
Centralize and reuse the same prompt templates across Claude Code, Cursor, and other MCP-capable agents instead of copying snippets between repos.
Overview
com.dotprompts/dotprompts is a Build-phase MCP server that connects coding agents to your centralized .prompts library over streamable HTTP.
What is this MCP server?
- Remote streamable-http MCP endpoint at dotprompts.com/mcp (no local npm package in manifest)
- Positions itself as one home for AI prompts usable wherever MCP clients connect
- Version 0.0.1 with SVG and PNG branding assets in server metadata
- Fits teams and solos who version prompts like code but need runtime discovery from the agent
- Server version 0.0.1 in published manifest
- 1 remote transport: streamable-http at dotprompts.com/mcp
- 0 npm/stdin packages listed (hosted-only in metadata)
What problem does it solve?
Prompts live in too many places, so every new agent session starts from scratch and your product behavior stops matching what you tested locally.
Who is it for?
Indie builders who already use dotprompts.com and want Claude Code or Cursor to fetch prompts without maintaining duplicate copies in each project.
Skip if: Teams that only need one-off inline system prompts with no shared library or governance across agents.
What do I get? / Deliverables
After you register the remote MCP endpoint, assistants can draw from the same .prompts home so iteration stays aligned across tools and environments.
- Remote MCP registration pointing at the .prompts endpoint
- Agent sessions that can reference your centralized prompt set
- Less copy-paste drift between local tests and shared prompt definitions
Recommended MCP Servers
Journey fit
Prompt libraries matter once you are actively wiring agents into a product or daily dev workflow, which is the Build phase. Agent-tooling is the canonical shelf for MCP servers that extend what coding assistants remember and invoke, including shared .prompts assets.
How it compares
Hosted prompt-library MCP integration, not an agent skill or local CLI generator.
Common Questions / FAQ
Who is com.dotprompts/dotprompts for?
It is for solo and small teams who manage reusable AI prompts in .Prompts and want MCP clients to access that catalog remotely.
When should I use com.dotprompts/dotprompts?
Use it during Build when you are standardizing agent instructions across repos, environments, or multiple coding assistants.
How do I add com.dotprompts/dotprompts to my agent?
Add the published remote MCP URL https://dotprompts.com/mcp as a streamable-http server in your Claude Code, Cursor, or other MCP-compatible client configuration.