Skip to content

Commit 9e1c3ae

Browse files
committed
add ModelContextChat client
1 parent b98f980 commit 9e1c3ae

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
@@ -51,6 +51,7 @@ This page provides an overview of applications that support the Model Context Pr
5151
| [mcp-agent][mcp-agent] ||||| ⚠️ || Supports tools, prompts, resources, roots, server connection management, and agent workflows. |
5252
| [mcp-client-chatbot][mcp-client-chatbot] ||||||| Supports tools. |
5353
| [mcp-use][mcp-use] ||||||| Support tools, resources, stdio & http connection, local llms-agents. |
54+
| [modelcontextchat.com][modelcontextchat.com] ||||||| Web-based MCP client for remote servers with header Authorization, OAuth, and OpenRouter support.|
5455
| [MCPHub][MCPHub] ||||||| Supports tools, resources, and prompts in Neovim |
5556
| [MCPOmni-Connect][MCPOmni-Connect] ||||||| Supports tools with agentic mode, ReAct, and orchestrator capabilities. |
5657
| [Memex][Memex] ||||||| Support tools. Also support *building and testing* MCP server, all-in-one desktop app. |
@@ -129,6 +130,7 @@ This page provides an overview of applications that support the Model Context Pr
129130
[mcp-agent]: https://github.com/lastmile-ai/mcp-agent
130131
[mcp-client-chatbot]: https://github.com/cgoinglove/mcp-client-chatbot
131132
[mcp-use]: https://github.com/pietrozullo/mcp-use
133+
[modelcontextchat.com]: https://modelcontextchat.com
132134
[MCPHub]: https://github.com/ravitemer/mcphub.nvim
133135
[MCPOmni-Connect]: https://github.com/Abiorh001/mcp_omni_connect
134136
[Memex]: https://memex.tech/
@@ -613,6 +615,18 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
613615
- Supports all langchain supported models, also locally.
614616
- Offers efficient tool orchestration and search functionalities.
615617

618+
### modelcontextchat.com
619+
620+
[modelcontextchat.com](https://modelcontextchat.com) is a web-based MCP client designed for working with remote MCP servers, featuring comprehensive authentication support and integration with OpenRouter.
621+
622+
**Key features:**
623+
624+
- Web-based interface for remote MCP server connections
625+
- Header-based Authorization support for secure server access
626+
- OAuth authentication integration
627+
- OpenRouter API Key support for accessing various LLM providers
628+
- No installation required - accessible from any web browser
629+
616630
### MCPHub
617631

618632
[MCPHub] is a powerful Neovim plugin that integrates MCP (Model Context Protocol) servers into your workflow.

0 commit comments

Comments
 (0)