AI Agent Host — First Fully Agentic Self-Hosted Dev Environment

Hey everyone,

For the past 2 years I’ve been developing the AI Agent Host, and I’ve just updated it to run Claude Code inside a self-hosted, Docker-based developer environment.

Stack Overview

  • Code-Server — VS Code in the browser
  • QuestDB — High-performance time-series database
  • Grafana — Real-time visualization
  • Nginx — Reverse proxy & routing

What Makes It Different

  • No middleware — No LangChain, LlamaIndex, AutoGPT, etc.

  • Direct container-to-container communication — Claude Code runs inside the Code-Server container and talks directly to QuestDB and Grafana over the internal Docker network.

  • Full terminal access — Run SQL queries, update dashboards, edit code, orchestrate workflows — just like a human developer.

  • Proven stability — Runs flawlessly for 2+ years.

  • Flexible deployment — Works on:

    • HP Microserver Gen8 (dedicated devbox)
    • Raspberry Pi 4/5 (DietPi) for edge deployments

Open Source Repository

AI Agent Host on GitHub

Thank you for your feedback. If you need any support, please create an issue or start a discussion in the GitHub board

1 Like