@@ -21,6 +21,7 @@ This page provides an overview of applications that support the Model Context Pr
21
21
| [ Goose] [ Goose ] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools. |
22
22
| [ LibreChat] [ LibreChat ] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools for Agents |
23
23
| [ mcp-agent] [ mcp-agent ] | ❌ | ❌ | ✅ | ⚠️ | ❌ | Supports tools, server connection management, and agent workflows. |
24
+ | [ oterm] [ oterm ] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools. |
24
25
| [ Roo Code] [ Roo Code ] | ✅ | ❌ | ✅ | ❌ | ❌ | Supports tools and resources. |
25
26
| [ Sourcegraph Cody] [ Cody ] | ✅ | ❌ | ❌ | ❌ | ❌ | Supports resources through OpenCTX |
26
27
| [ Superinterface] [ Superinterface ] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools |
@@ -52,7 +53,7 @@ This page provides an overview of applications that support the Model Context Pr
52
53
[ Daydreams ] : https://github.com/daydreamsai/daydreams
53
54
[ SpinAI ] : https://spinai.dev
54
55
[ OpenSumi ] : https://github.com/opensumi/core
55
-
56
+ [ oterm ] : https://github.com/ggozad/oterm
56
57
[ Resources ] : https://modelcontextprotocol.io/docs/concepts/resources
57
58
[ Prompts ] : https://modelcontextprotocol.io/docs/concepts/prompts
58
59
[ Tools ] : https://modelcontextprotocol.io/docs/concepts/tools
@@ -165,6 +166,14 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
165
166
- Implements every pattern defined in [ Building Effective Agents] ( https://www.anthropic.com/research/building-effective-agents ) .
166
167
- Supports workflow pause/resume signals, such as waiting for human feedback.
167
168
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
+
168
177
### Roo Code
169
178
[ Roo Code] ( https://roocode.com ) enables AI coding assistance via MCP.
170
179
0 commit comments