A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.
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"
]
}
}
}