Skip to content

Commit 7171e45

Browse files
committed
Add Lutra MCP client
1 parent e7999bf commit 7171e45

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
@@ -25,6 +25,7 @@ This page provides an overview of applications that support the Model Context Pr
2525
| [GenAIScript][GenAIScript] |||||| Supports tools. |
2626
| [Goose][Goose] |||||| Supports tools. |
2727
| [LibreChat][LibreChat] |||||| Supports tools for Agents |
28+
| [Lutra][Lutra] |||||| Supports any MCP server for reusable playbook creation. |
2829
| [mcp-agent][mcp-agent] |||| ⚠️ || Supports tools, server connection management, and agent workflows. |
2930
| [Microsoft Copilot Studio] |||||| Supports tools |
3031
| [OpenSumi][OpenSumi] |||||| Supports tools in OpenSumi |
@@ -55,6 +56,7 @@ This page provides an overview of applications that support the Model Context Pr
5556
[GenAIScript]: https://microsoft.github.io/genaiscript/reference/scripts/mcp-tools/
5657
[Goose]: https://block.github.io/goose/docs/goose-architecture/#interoperability-with-extensions
5758
[LibreChat]: https://github.com/danny-avila/LibreChat
59+
[Lutra]: https://lutra.ai
5860
[mcp-agent]: https://github.com/lastmile-ai/mcp-agent
5961
[Microsoft Copilot Studio]: https://learn.microsoft.com/en-us/microsoft-copilot-studio/agent-extend-action-mcp
6062
[OpenSumi]: https://github.com/opensumi/core
@@ -212,6 +214,18 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
212214
- Open-source and self-hostable, with secure multi-user support
213215
- Future roadmap includes expanded MCP feature support
214216

217+
### Lutra
218+
[Lutra](https://lutra.ai) is an AI agent that transforms conversations into actionable, automated workflows.
219+
220+
**Key features:**
221+
- Easy MCP Integration: Connecting Lutra to MCP servers is as simple as providing the server URL; Lutra handles the rest behind the scenes.
222+
- Chat to Take Action: Lutra understands your conversational context and goals, automatically integrating with your existing apps to perform tasks.
223+
- Reusable Playbooks: After completing a task, save the steps as reusable, automated workflows—simplifying repeatable processes and reducing manual effort.
224+
- Shareable Automations: Easily share your saved playbooks with teammates to standardize best practices and accelerate collaborative workflows.
225+
226+
**Learn more:**
227+
- [Lutra AI agent explained](https://www.youtube.com/watch?v=W5ZpN0cMY70)
228+
215229
### mcp-agent
216230
[mcp-agent] is a simple, composable framework to build agents using Model Context Protocol.
217231

0 commit comments

Comments
 (0)