by Deodat-Lawson · MCP Server · ★ 818
Launchstack The TypeScript engine for AI-native Next.js apps. Ingestion, OCR, RAG, knowledge graph, LLM abstractions, and background jobs — ports-based, framework-agnostic, and designed to be wired into the Next.js app you already have. Quickstart · Packages · Architecture · Reference app · Contributing · Discussions Quickstart ts import { createEngine } from "@launchstack/core"; const engine = createEngine({ db: { url: process.env.DATABASEURL! }, llm: { openai: { apiKey: process.env.OPENAIAPIKEY! } }, embeddings: { indexName: "openai-3-small" }, ocr: { defaultProvider: "DOCLING" },...
| Stars | 818 |
| Forks | 114 |
| Language | TypeScript |
| Category | MCP Server |
| License | Apache-2.0 |
| Quality Score | 65.685324467317/100 |
| Open Issues | 4 |
| Last Updated | 2026-05-06 |
| Created | 2025-01-01 |
| Platforms | claude-code, docker, mcp, node |
| Est. Tokens | ~4501k |
These tools work well together with LaunchStack for enhanced workflows:
Explore other popular mcp server tools:
LaunchStack is AI-powered StartUp Accelerator Engine built with Next.js, LangChain, PostgreSQL + pgvector. Upload, organize, and chat with documents. Includes predictive missing-document detection, role-based workfl. It is categorized as a MCP Server with 818 GitHub stars.
LaunchStack is primarily written in TypeScript. It covers topics such as claude, docker, knowlege-graph.
You can find installation instructions and usage details in the LaunchStack GitHub repository at github.com/Deodat-Lawson/LaunchStack. The project has 818 stars and 114 forks, indicating an active community.
LaunchStack is released under the Apache-2.0 license, making it free to use and modify according to the license terms.