inflector
Doctrine Inflector is a small library that can perform string manipulations with regard to uppercase/lowercase and singular/plural forms of words.
inflector MCP Server
MCP server for doctrine/inflector
Ready-to-Use Client Configurations
{
"mcpServers": {
"inflector": {
"command": "npx",
"args": [
"-y",
"@doctrine/inflector"
]
}
}
}