Back to MCP Servers
Wren Engine
The Semantic Engine for Model Context Protocol(MCP) Clients and AI Agents
databasesaiagent
By Canner
Installation
npx -y wren-engineConfiguration
{
"mcpServers": {
"wren-engine": {
"command": "npx",
"args": ["-y", "wren-engine"]
}
}
}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