Skip to content

PromptBin v0.1.0 - MCP Server Example

Latest

Choose a tag to compare

@ianphil ianphil released this 07 Sep 04:18
· 15 commits to master since this release

PromptBin v0.1.0 - MCP Server Example

The easiest way to run a Model Context Protocol (MCP) server with full prompt management.

πŸš€ Quick Start

# Install from PyPI
uv add promptbin

# Run MCP server (auto-launches web interface)
uv run promptbin-mcp

✨ Features

  • Complete MCP server - Full Model Context Protocol implementation
  • Auto-launching web UI - Prompt management interface at localhost:5000
  • AI tool integration - Works with Claude Desktop, ChatGPT Desktop
  • Secure sharing - Share prompts publicly via Dev Tunnels
  • File-based storage - No database required, organized by category
  • Cross-platform - Windows, macOS, Linux support
  • Production-ready - Rate limiting, logging, graceful shutdown

πŸ”§ Add to AI Tools

Claude Desktop

{
  "mcpServers": {
    "promptbin": {
      "command": "uv",
      "args": ["run", "promptbin-mcp"]
    }
  }
}

ChatGPT Desktop

  • Settings β†’ Developer β†’ Model Context Protocol
  • Add Server: promptbin
  • Command: uv, Args: run promptbin-mcp

πŸ“– Documentation

πŸ—οΈ What's Included

  • Complete MCP server implementation
  • Flask web interface with HTMX
  • Microsoft Dev Tunnels integration
  • Cross-platform setup automation
  • Comprehensive documentation
  • Production-ready configuration

Perfect for developers wanting to try MCP integration or use as a reference implementation.