min-agent

cubicecho/min-agent
★ 0 stars TypeScript AI/LLM Updated 4d ago
A very small self-hosted agent: chat sessions over any OpenAI-compatible server, with MCP tools, on web, Android and desktop.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "min-agent": {
      "command": "npx",
      "args": [
        "-y",
        "cubicecho/min-agent"
      ]
    }
  }
}

README Excerpt

A very small self-hosted agent: chat sessions over any OpenAI-compatible server, with MCP tools. Replies render as markdown with syntax-highlighted code, and every turn reports what it cost in tokens, time and throughput. Everything it knows — settings, MCP servers, sessions and every message — lives in Postgres, reached over a GraphQL API generated from the schema.

Tools (2)

Escnode_modules

Topics

ai-agentexpollmmcpmodel-context-protocolollamaopenai-compatiblereactself-hostedtypescript