Skip to content

Commit ea68e27

Browse files
authored
1 parent 4a1de26 commit ea68e27

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
- [Development](#development)
3636
- [Key Dependencies](#key-dependencies)
3737
- [Testing](#testing)
38+
- [Related Projects](#related-projects)
3839
- [Inspiration and Credits](#inspiration-and-credits)
3940

4041
## Features
@@ -323,6 +324,10 @@ curl -X POST "http://localhost:8000/api/chat" \
323324
> [!NOTE]
324325
> Tests require the server to be running on localhost:8000. Make sure to start the server before running pytest.
325326
327+
## Related Projects
328+
329+
- [**MCP Client for Ollama**](https://github.com/jonigl/mcp-client-for-ollama) - A text-based user interface (TUI) client for interacting with MCP servers using Ollama. Features include multi-server support, dynamic model switching, streaming responses, tool management, human-in-the-loop capabilities, thinking mode, full model parameters configuration, custom system prompt and saved preferences. Built for developers working with local LLMs.
330+
326331
## Inspiration and Credits
327332

328333
This project is based on the basic MCP client from my Medium article: [Build an MCP Client in Minutes: Local AI Agents Just Got Real](https://medium.com/@jonigl/build-an-mcp-client-in-minutes-local-ai-agents-just-got-real-a10e186a560f).

0 commit comments

Comments
 (0)