MCP server in Go for storing prompts under memorable code words with automatic collision resolution, expiration, and dual database support (SQLite/PostgreSQL).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"watchword": {
"command": "go",
"args": [
"run",
"github.com/giglabo/watchword@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add watchword go run github.com/giglabo/watchword@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"watchword": {
"command": "go",
"args": [
"run",
"github.com/giglabo/watchword@latest"
]
}
}
}
📋 Copy