Documentation

Getting Started

Get up and running with Promptmark in minutes. This guide covers creating your first prompt, organizing your library, and connecting AI agents via MCP.

Sign In

  1. Go to promptmark.ai and click Sign In
  2. Authenticate with your Civic Auth account
  3. You’ll land on your Dashboard — your personal prompt workspace

Your First Prompt

  1. Click New Prompt
  2. Give your prompt a title and write the prompt content
  3. Add tags to help organize (e.g., writing, code-review)
  4. Click Save

Your prompt is now stored in your personal database — isolated from all other users.

Template Variables

Make prompts reusable with template variables:

Review this {{language}} code for {{focus:enum:bugs,performance,security}}:

{{code:text}}

Variables use {{name}} syntax with optional type annotations. See Template Variables for the complete specification.

Connect via MCP

Promptmark’s MCP server lets AI agents manage your prompt library. Add Promptmark to any MCP-compatible client — Claude.ai, ChatGPT, Claude Code, Cursor, VS Code, Warp, and more.

Quick MCP Setup

Most clients just need the server URL. OAuth handles authentication automatically.

Server URL: https://promptmark.ai/mcp

  • Claude.ai: Customize → Connectors → Add custom connector → paste the URL
  • ChatGPT: Settings → Connectors → Developer Mode → Create → paste the URL
  • Claude Code: claude mcp add --transport http promptmark https://promptmark.ai/mcp
  • Cursor: Settings → Tools & MCP → Add New MCP Server → streamable-http → paste the URL

See MCP Setup for all clients, agent frameworks, and bearer token configuration.

Next Steps