noo1-stack

HouseofTerravian/noo1-stack

3.2

If you are the rightful owner of noo1-stack and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Noo1 MCP Server is a robust and scalable solution designed to facilitate seamless integration and communication between various digital tools and platforms, leveraging the Model Context Protocol (MCP) for enhanced interoperability.

Tools
3
Resources
0
Prompts
0

noo1-stack (Option B)

This is the Phase 1 scaffold for the Noo1 external agent + MCP Server. It assumes no custom domain. Deploy the MCP Server to a free host URL (e.g., Render) like:

https://noo1-mcp.onrender.com

Structure

  • /mcp_server — Fastify server with ledger, commerce, comm tool namespaces.
  • /chatkit_widget — Minimal embed snippet and brand tokens.
  • /ops/scripts — Cost report + proof pack stubs.
  • /docs — Proof/Audit/Seals/Chats folders (Vault #4 artifacts).
  • /noo1_agent — Placeholder for the owner console (to be implemented in Week 2).

Quick Start (local)

cd mcp_server
cp .env.template .env
npm install
npm run dev
# -> http://localhost:8787/healthz

Deploy (Render free plan)

  • Service type: Web Service, Build Command: npm install && npm run build
  • Start Command: npm start
  • Node: 20.x
  • Health Check Path: /healthz

Update APP_BASE_URL in .env after Render assigns your URL.