Add Moltler skills to your favorite AI tools. Select your client below to get the configuration snippet.
Add to: .cursor/mcp.json
{
"mcpServers": {
"moltler": {
"command": "python",
"args": [
"<path-to-moltler>/mcp-bridge/moltler_mcp_server.py"
],
"env": {
"ES_URL": "http://localhost:9200",
"ES_USER": "elastic-admin",
"ES_PASSWORD": "elastic-password"
}
}
}
}Note: Replace <path-to-moltler> with the actual path where you cloned the Moltler repository.
If your client supports HTTP MCP endpoints
{
"mcpServers": {
"moltler": {
"url": "http://localhost:9200/_escript/mcp",
"headers": {
"Authorization": "Basic ZWxhc3RpYy1hZG1pbjplbGFzdGljLXBhc3N3b3Jk"
}
}
}
}Example prompts to try:
With the Moltler plugin installed
For the MCP bridge server
pip install httpx
./moltler-cli.sh install --all