tech-glossary-mcp
Bestell: Tech Mentor (Nodi)
Mini-Bildungsagent für Technologie in einem Schulungskurs. Er setzt das Lab mit einem einzigen Tool um: Claude entscheidet, wann consultar_conocimiento_tech aufgerufen wird; Node führt e es auf einem lokalen Markdown-Korpus aus (RAG). Der Chat läuft als Text oder bert; ein Avatar liest eine kurze Zusammenfassung vor, und ein Panel zeigt, wie jede Anfrage beantwortet wird.
Das Projekt deckt nur Technologiethemen ab. Alles andere wird abgelehnt und auf das Thema verwiesen.
Online-Demo: https://tecno-chatbot-portal.vercel.app
Lokal: npm run dev → http://localhost:3000
Architektur
Navegador (Next.js)
│ texto o Web Speech (STT, Chrome)
│ POST /api/chat { messages } → stream NDJSON
▼
API route (servidor, Node)
│ ANTHROPIC_API_KEY (nunca llega al cliente)
│ Claude Haiku: system prompt + tools
│ loop de tool_use
▼
consultar_conocimiento_tech (única tool)
│ búsqueda léxica en knowledge/*.md
▼
stream de la respuesta → Markdown + infografía + temas
│
▼
Web Speech TTS → avatar lee el resumenEs gibt kein MCP und kein separates Backend. Das Lab verlangte eine einzige Tool; der Korpus liegt in knowledge/.
Related MCP server: docrag
Was das Kurs vorführt
Tema | Cómo se ve en el proyecto |
API key | Server-Umgebungsvariable ( |
Prompt-Entwicklung | Rolle, Grenzen (nur Technik), Format der Zusammenfassung, Themen und Infografik. |
Tool use | Eine einzige Tool. Claude schlägt sie vor; Node führt sie aus. |
RAG | Retrieval über kuratiertes Markdown, nicht über ein gigantisches Dataset. |
Streaming | Die Antwort kommt Token für Token an (NDJSON). |
Benutzeroberfläche
Weibliches Louvre-Bild (oben fest fixiert): blinzelt, gestikuliert und bewegt beim Sprechen die Mundpartie.
„Wie Nodi antwortet”: 10 Anzeigen, die beleuchtet werden (Eingabe, API-Route, Prompt, Modell, Tool, RAG, Ausformulierung, Streaming, Rendern, Stimme). In mobile wird das Panel Standard aushängt.
Antworten in Markdown (Listen, Code, Fett).
Infografiken zu Schritten, Vergleiche diese, wenn es das Thema hergibt.
3–5 klickbare ähnliche Topics at the end of each answer.
Mikrofon (Chrome) und systemisches TTS, ohne kostenlose Aufschlage. *:
Voraussetzungen
Node.js 20+.
Clave de Anthropic / Claude.
Ausführen
npm install
cp .env.example .env.local
# Edita .env.local y pega ANTHROPIC_API_KEY
npm run devÖffne die Seite http://localhost:3000.
npm test
npm run buildVorgeschlagene Tests
„Was ist RAG?" → uses the quick reference.
„Ich habe 15 Minuten, what übe ich in Git?" → Übung aus dem Material.
„Was ist ITIL?" → „Was ist ITIL?" → aufrufen; RAG kann keine Ergebnisse melden – Claude antwortet trotzdem (ohne eine erfundene Online-Quelle).
„Gib mir ein Rezept zu Lasagne“ → bewerte, ohne Tool.
„Andere Themen“-Chip → wird als eigene Frage sendet.
Mikrofon im Chrome → transcribe and send.
Crime-Avatar liest die Kurzfassung (manchmal fordern einen vorherigen Browser).
Eines
Lieblingsbegrenzte und kuratierte Körpers.
„Diktier“ n Chrome. „Diktat“: In Edge, Brave, Firefox und Arc schlägt das geläufige Muster
networkfehl, weil die Spracherkennung ein Dienst des Herstellers ist System, nicht dieser App. Datei funktioniert immer.Noch kein Web-Search. Ein Online-Knoten wurde entfernt, um keine Quelle zu simulieren, die es nicht gibt.
Infografiken werden aus strukturierten Daten des Modell gezeichnet, Sie sind nicht aus einem kostenpflichtigen Bilderdienst fotorealistischer.
Avatar illustriert, keine fotorealistische Mundsimulation.
Kein Login, keine Server-Historie.
Einsatz auf Vercel (optional)
Vercel ist das Hosting Map; Wie weiter die in Next.js. Du hast das Repo anzfuhrst; Du lädt das Repo hoch, sie stellen the app zusammen und geben euch eine URL https://….vercel.app, obstacles alle Anzeigen können. Es Codest, d.h. dein Laptop muss nicht brennen.
Remanual veröffentlichen:
npx vercel --prod. Damit automatisch disployed pro git push Hub (GitHub) not needed: du musst GitHub im Vercel-Dashboard verbinden (Login Connection in den GitHub).
Was kostet nichts und was nicht
Baustein | Kosten |
Chat, Dash, Infografien, length flow | Kostenlos (Code) |
Voice Eingabe/Ausgabe | Kostenlos (Web Speech of the Browser) |
Hosting bei Vercel (hobby) | Für Demo kostenlos |
Claude (Haiku) | Klick-Controller only (Centabbuchung in einer Demo) |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceProvides semantic search and data retrieval capabilities over a knowledge base with multiple tools including keyword search, category filtering, and ID-based lookup with in-memory caching.5
- AlicenseNot gradedqualityDmaintenanceProvides RAG (Retrieval Augmented Generation) access to technical documentation through MCP, enabling LLMs to search and retrieve relevant documentation on-demand.4MIT
- FlicenseNot gradedqualityDmaintenanceConnects AI assistants to a team's product knowledge base, enabling search, capture, and navigation of glossary terms, business rules, decisions, and relations via MCP.6,885
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to search and retrieve information from the official Magnolia CMS documentation through a set of MCP tools.
Related MCP Connectors
Shared knowledge base for AI agents. Search and contribute solutions to technical problems.
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
Shared, peer-validated knowledge archive for AI agents — search, contribute, and validate via MCP
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cristianvirtus/tecno-chatbot-portal'
If you have feedback or need assistance with the MCP directory API, please join our Discord server