mcp-server-engine
An archived MCP server providing 14 tools (bant_qualify, ocr_extract, asr_transcribe, etc.) originally built on Python/FastAPI/Cloud Run.
README
mcp-server-engine — ARCHIVED 2026-05-12
Este repositorio fue archivado el 2026-05-12 como parte del pivot estratégico de Odiseo a TypeScript monorepo (Roadmap F).
Histórico preservado por auditoría — sin desarrollo activo desde esta fecha.
Contexto del archivado
Sesión de pivot: Roadmap F · Día 1 · sesión 7 (pivot 2026-05-11)
Razón: El stack Python/FastAPI/Cloud Run originalmente diseñado fue evaluado como no operable por el equipo actual (jona + Claude, sin dev senior 24/7). Decisión documentada en DECISIONS.md (D036, D037, D040) y APORTES-DE-WHITEPAPPER.md §0, §1, §2.
Categoría legacy
MCP Server Python (14 tools)
Reemplazo en el nuevo stack
Destino: apps/mcp-server (Cloudflare Workers + MCP TS SDK)
Plan de rescate
Se portan las 14 tools a TypeScript: bant_qualify, ocr_extract, asr_transcribe, intent_detect, telegram_send, email_send, lead_create, conversation_log, voice_synth, payment_link, calendar_book, crm_sync, knowledge_search, summarize. Mapping detallado en ARCHITECTURE.md §10.
Activo de referencia
Toda la actividad de Odiseo ahora vive en el monorepo:
https://github.com/ceonex420/odiseo-platform
Estructura del monorepo:
odiseo-platform/
├── apps/
│ ├── web/ # Next.js 15 App Router (frontend + API edge)
│ └── mcp-server/ # Cloudflare Workers (MCP server, <50ms cold start)
├── packages/
│ ├── db/ # Drizzle ORM + schema + migrations
│ ├── agent-core/ # Anthropic Agent SDK wrappers + LLM Router
│ ├── ui/ # shadcn/ui + brand tokens + React Email
│ ├── lib/ # utilidades comunes
│ └── config/ # eslint + tsconfig + tailwind base
├── infra/
│ ├── vercel/ # vercel.json + edge config
│ ├── cloudflare/ # wrangler.toml + Workers KV
│ └── neon/ # branch policy + RLS scripts
└── docs/ # Mintlify site source
Para consultar este código histórico
gh repo clone ceonex420/mcp-server-engine
El repo permanece read-only (archived flag). No se aceptan PRs.
Restaurar (si fuera necesario, requiere decisión explícita)
gh repo unarchive ceonex420/mcp-server-engine
Esa acción debe registrarse en DECISIONS.md antes de ejecutarse.
Mantenedor histórico: Javier (CTO previo, finalizó relación 2026-Q2). Decisión de archivado: jona (CEO Nexus Intelligent · ceo@nexusintelligent.ai). Fecha de archivado: 2026-05-12. Última versión productiva: ninguna — Cloud Run deployments fueron borrados por el CTO previo al salir, este repo nunca volvió a ejecutarse en producción tras esa fecha.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.