nanohype

nanohype/nanohype
★ 1 stars TypeScript 🤖 AI/LLM Updated today
Template catalog and SDK for AI subsystems — agents, RAG, MCP servers, eval harnesses, infrastructure. Part of the nanohype ecosystem.
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": {
    "nanohype": {
      "command": "npx",
      "args": [
        "-y",
        "nanohype/nanohype"
      ]
    }
  }
}

README Excerpt

A tool-agnostic template catalog for AI-focused projects. Each template is a self-contained, scaffoldable starting point — consumable by any scaffolding tool that reads the [template contract](docs/spec/template-contract.md). **New here?** - **Building an AI client** (Bedrock agent, Claude session, custom orchestrator) and want to ship software on this stack? Start with the [Platform Reference](docs/platform-reference.md) and the per-repo [AGENTS.md](AGENTS.md).

Topics

agentic-systemsagentsaiai-infrastructureclideveloper-toolsevaluationgolangllmllm-toolsmcpmcp-serverragreference-architectureretrieval-augmented-generation