Skip to content

Commit 5da5bac

Browse files
authored
Merge pull request modelcontextprotocol#344 from bozhi/bo/add-lutra-client
Add Lutra MCP client
2 parents 3144db3 + 1452c81 commit 5da5bac

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/clients.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ This page provides an overview of applications that support the Model Context Pr
2828
| [gptme][gptme] |||||| Supports tools. |
2929
| [Klavis AI Slack/Discord/Web][Klavis AI] |||||| Supports tools and resources. |
3030
| [LibreChat][LibreChat] |||||| Supports tools for Agents |
31+
| [Lutra][Lutra] |||||| Supports any MCP server for reusable playbook creation. |
3132
| [mcp-agent][mcp-agent] |||| ⚠️ || Supports tools, server connection management, and agent workflows. |
3233
| [MCPHub][MCPHub] | ✅ | ✅ | ✅ | ❌ | ❌ | Supports tools, resources, and prompts in Neovim
3334
| [MCPOmni-Connect][MCPOmni-Connect] |||||| Supports tools with agentic mode, ReAct, and orchestrator capabilities. |
@@ -63,6 +64,7 @@ This page provides an overview of applications that support the Model Context Pr
6364
[GenAIScript]: https://microsoft.github.io/genaiscript/reference/scripts/mcp-tools/
6465
[Goose]: https://block.github.io/goose/docs/goose-architecture/#interoperability-with-extensions
6566
[LibreChat]: https://github.com/danny-avila/LibreChat
67+
[Lutra]: https://lutra.ai
6668
[mcp-agent]: https://github.com/lastmile-ai/mcp-agent
6769
[MCPHub]: https://github.com/ravitemer/mcphub.nvim
6870
[MCPOmni-Connect]: https://github.com/Abiorh001/mcp_omni_connect
@@ -256,6 +258,18 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
256258
- Open-source and self-hostable, with secure multi-user support
257259
- Future roadmap includes expanded MCP feature support
258260

261+
### Lutra
262+
[Lutra](https://lutra.ai) is an AI agent that transforms conversations into actionable, automated workflows.
263+
264+
**Key features:**
265+
- Easy MCP Integration: Connecting Lutra to MCP servers is as simple as providing the server URL; Lutra handles the rest behind the scenes.
266+
- Chat to Take Action: Lutra understands your conversational context and goals, automatically integrating with your existing apps to perform tasks.
267+
- Reusable Playbooks: After completing a task, save the steps as reusable, automated workflows—simplifying repeatable processes and reducing manual effort.
268+
- Shareable Automations: Easily share your saved playbooks with teammates to standardize best practices and accelerate collaborative workflows.
269+
270+
**Learn more:**
271+
- [Lutra AI agent explained](https://www.youtube.com/watch?v=W5ZpN0cMY70)
272+
259273
### mcp-agent
260274
[mcp-agent] is a simple, composable framework to build agents using Model Context Protocol.
261275

0 commit comments

Comments
 (0)