watchword

giglabo/watchword
★ 16 stars Go 🗄️ Database Updated 6d ago
MCP server in Go for storing prompts under memorable code words with automatic collision resolution, expiration, and dual database support (SQLite/PostgreSQL).
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "watchword": {
      "command": "go",
      "args": [
        "run",
        "github.com/giglabo/watchword@latest"
      ]
    }
  }
}