EmreMutlu99/Ollama-Agent-Kit
Llama Agent Kit is an open-source Node.js toolkit for building memory-enabled AI agents powered by Ollama. It supports conversation threads, lightweight JSONL memory, and tool calls (e.g., weather, time, reservations), making it easy to integrate LLM agents into your own projects.
Platform-specific configuration:
{
"mcpServers": {
"Ollama-Agent-Kit": {
"command": "npx",
"args": [
"-y",
"Ollama-Agent-Kit"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...