Skip to content

Commit 8195477

Browse files
authored
Add oterm (https://github.com/ggozad/oterm as a tool-supporting client. (modelcontextprotocol#176)
1 parent b40820b commit 8195477

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

clients.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This page provides an overview of applications that support the Model Context Pr
2121
| [Goose][Goose] |||||| Supports tools. |
2222
| [LibreChat][LibreChat] |||||| Supports tools for Agents |
2323
| [mcp-agent][mcp-agent] |||| ⚠️ || Supports tools, server connection management, and agent workflows. |
24+
| [oterm][oterm] |||||| Supports tools. |
2425
| [Roo Code][Roo Code] |||||| Supports tools and resources. |
2526
| [Sourcegraph Cody][Cody] |||||| Supports resources through OpenCTX |
2627
| [Superinterface][Superinterface] |||||| Supports tools |
@@ -52,7 +53,7 @@ This page provides an overview of applications that support the Model Context Pr
5253
[Daydreams]: https://github.com/daydreamsai/daydreams
5354
[SpinAI]: https://spinai.dev
5455
[OpenSumi]: https://github.com/opensumi/core
55-
56+
[oterm]: https://github.com/ggozad/oterm
5657
[Resources]: https://modelcontextprotocol.io/docs/concepts/resources
5758
[Prompts]: https://modelcontextprotocol.io/docs/concepts/prompts
5859
[Tools]: https://modelcontextprotocol.io/docs/concepts/tools
@@ -165,6 +166,14 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
165166
- Implements every pattern defined in [Building Effective Agents](https://www.anthropic.com/research/building-effective-agents).
166167
- Supports workflow pause/resume signals, such as waiting for human feedback.
167168

169+
### oterm
170+
[oterm] is a terminal client for Ollama allowing users to create chats/agents.
171+
172+
**Key features:**
173+
174+
- Support for multiple fully customizable chat sessions with Ollama connected with tools.
175+
- Support for MCP tools.
176+
168177
### Roo Code
169178
[Roo Code](https://roocode.com) enables AI coding assistance via MCP.
170179

0 commit comments

Comments
 (0)