Skip to content

Commit 288d9ff

Browse files
authored
Merge pull request modelcontextprotocol#424 from punkpeye/patch-1
Add Glama to the list of clients
2 parents c434648 + 683bc3d commit 288d9ff

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/clients.mdx

Lines changed: 15 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
| [fast-agent][fast-agent] |||||| Full multimodal MCP support, with end-to-end tests |
2626
| [FLUJO][FLUJO] |||||| Support for resources, Prompts and Roots are coming soon |
2727
| [Genkit][Genkit] | ⚠️ ||||| Supports resource list and lookup through tools. |
28+
| [Glama][Glama] |||||| Supports tools. |
2829
| [GenAIScript][GenAIScript] |||||| Supports tools. |
2930
| [Goose][Goose] |||||| Supports tools. |
3031
| [gptme][gptme] |||||| Supports tools. |
@@ -67,6 +68,7 @@ This page provides an overview of applications that support the Model Context Pr
6768
[Mcp.el]: https://github.com/lizqwerscott/mcp.el
6869
[fast-agent]: https://github.com/evalstate/fast-agent
6970
[FLUJO]: https://github.com/mario-andreschak/flujo
71+
[Glama]: https://glama.ai/chat
7072
[Genkit]: https://github.com/firebase/genkit
7173
[GenAIScript]: https://microsoft.github.io/genaiscript/reference/scripts/mcp-tools/
7274
[Goose]: https://block.github.io/goose/docs/goose-architecture/#interoperability-with-extensions
@@ -249,6 +251,19 @@ Think n8n + ChatGPT. FLUJO is an desktop application that integrates with MCP to
249251
- Seamless interoperability with Genkit's existing tools and prompts
250252
- Works across a wide variety of GenAI models from top providers
251253

254+
### Glama
255+
256+
[Glama](https://glama.ai/chat) is a comprehensive AI workspace and integration platform that offers a unified interface to leading LLM providers, including OpenAI, Anthropic, and others. It supports the Model Context Protocol (MCP) ecosystem, enabling developers and enterprises to easily discover, build, and manage MCP servers.
257+
258+
**Key features:**
259+
260+
- Integrated [MCP Server Directory](https://glama.ai/mcp/servers)
261+
- Integrated [MCP Tool Directory](https://glama.ai/mcp/tools)
262+
- Host MCP servers and access them via the Chat or SSE endpoints
263+
– Ability to chat with multiple LLMs and MCP servers at once
264+
- Upload and analyze local files and data
265+
- Full-text search across all your chats and data
266+
252267
### GenAIScript
253268
Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft.github.io/genaiscript/) (in JavaScript). Orchestrate LLMs, tools, and data in JavaScript.
254269

0 commit comments

Comments
 (0)