hologram-generic-ai-agent-vs

2060-io/hologram-generic-ai-agent-vs
★ 2 stars TypeScript 🤖 AI/LLM Updated today
A modular, multi-language AI agent built with NestJS for the Hologram + Verana ecosystem. Supports LLM integration (OpenAI, Ollama, Anthropic), RAG, MCP (Model Context Protocol) servers, verifiable credential authentication, and per-user tool configuration — all driven by a single agent-pack.yaml manifest.
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": {
    "hologram-generic-ai-": {
      "command": "npx",
      "args": [
        "-y",
        "2060-io/hologram-generic-ai-agent-vs"
      ]
    }
  }
}