template-docs-chatbot
Verified Safeby mastra-ai
Overview
This template provides a monorepo for building AI documentation chatbots using Mastra, separating concerns into an MCP server, an agent, and frontend applications.
Installation
No command providedSecurity Notes
The application requires API keys for external AI model providers (e.g., OpenAI, Anthropic), which are sensitive credentials and must be secured. The MCP server exposes tools via HTTP/SSE, and while `localhost` is used in examples, public deployment would require HTTPS and proper access control. No explicit use of 'eval' or obfuscation is indicated.
Similar Servers
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
mcp-typescript-starter
A feature-complete Model Context Protocol (MCP) server template in TypeScript demonstrating all major MCP features for AI assistant interaction.
AI-Prompt-Guide-MCP
Orchestrates AI agents for project management and development workflows by linking structured markdown specifications and tasks.
mcp-docs-server
Serves Markdown documentation, reusable prompt templates, and various file types as an MCP server for AI agents.