assistant

cedricziel/assistant
★ 4 stars Rust 🤖 AI/LLM Updated today
Minimalist self-improving personal AI assistant — Ollama-powered, Agent Skills native, MCP server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "assistant": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "assistant"
      ]
    }
  }
}

README Excerpt

A minimalist, self-improving personal AI assistant written in Rust. - **Local-first** — runs entirely on your machine via [Ollama](https://ollama.com) - **Agent Skills native** — skills are portable `SKILL.md` directories following the [agentskills.io](https://agentskills.io) open standard - **Self-improving** — passively logs execution traces and proposes SKILL.md refinements for human review

Tools (7)

bashinstall_skillinvoke_skilllist_skillsmyuserprocessrun_prompt