acts-as-taggable-on (MCP Server)

GitHub

A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.

4,990 stars Ruby MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "acts-as-taggable-on": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-acts-as-taggable-on"
      ]
    }
  }
}