Canner/wren-engine
The Semantic Engine for Model Context Protocol(MCP) Clients and AI Agents
Quick Start
Clone the repository:
git clone https://github.com/Canner/wren-engineClaude Desktop configuration example:
{
"mcpServers": {
"wren-engine": {
"command": "npx",
"args": [
"-y",
"Canner/wren-engine"
]
}
}
}Check the repository README for specific installation and configuration instructions.