Back to MCP Servers
Ai
Local-first MCP server for AI content governance — 13 tools for model/content CRUD, validation, normalization, and i18n across any framework.
developer-toolsgoai
By Contentrain
Installation
npx -y aiConfiguration
{
"mcpServers": {
"ai": {
"command": "npx",
"args": ["-y", "ai"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes