src-sesiones-mcp
SRC Sesiones Quincenales — Plugin MCP v0.1
Первый прототип плагина, который превращает институциональный шаблон двухнедельных сессий в инструмент, вызываемый из MCP-хоста (например, ChatGPT, когда аккаунт/workspace позволяет использовать пользовательские MCP-приложения).
Что делает эта версия
Сохраняет
MASTER_SRC_TEMPLATE.docxкак мастер-шаблон.Предоставляет MCP-инструменты для запроса полей и генерации DOCX.
Сохраняет выборочное жирное начертание: только метки/подзаголовки.
Преобразует подразделы «Начало», «Развитие» и «Закрытие» в реальные абзацы Word с визуальным разделением.
Отдаёт сгенерированный Word через
/download/{file_id}.Включает базовую конфигурацию для Render.
Related MCP server: docx-forge-mcp
Инструменты MCP
get_template_info: возвращает поля и правила формата.generate_quincena_docx: принимает заполненные поля и создаёт Word.get_generated_document: проверяет, доступен ли сгенерированный файл.
Локальный запуск
Требуется Python 3.10+.
python -m venv .venv
# Windows
.venv\\Scripts\\activate
# macOS/Linux
source .venv/bin/activate
pip install -r requirements.txt
uvicorn server:app --host 127.0.0.1 --port 8000Здоровье: http://127.0.0.1:8000/health
MCP: http://127.0.0.1:8000/mcp
Для проверки с MCP Inspector:
npx @modelcontextprotocol/inspector@latestРазвёртывание на Render
Репозиторий уже содержит render.yaml. После развёртывания настройте PUBLIC_BASE_URL на публичный URL, например https://src-sesiones-mcp.onrender.com.
Эндпоинт, который будет подключаться к MCP-хосту:
https://TU-SERVICIO.onrender.com/mcpСтатус / следующий шаг
v0.1 использует шесть блоков сессий, подготовленных в прототипном шаблоне. Следующая версия должна динамически клонировать или удалять блоки сессий в зависимости от фактического количества занятий за две недели, а затем добавить опциональный веб-интерфейс.
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
- FlicenseBqualityBmaintenanceMCP server for Office document automation, enabling AI assistants to create, read, and clone Word/Excel/PPT templates while preserving formatting.41
- AlicenseAqualityDmaintenanceMCP server for Word document (.docx) creation and manipulation — the production-grade document automation tool for AI agents.938MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enables LLM agents to read, understand, and fill DOCX templates while preserving formatting like bold labels and fonts. It exposes tools for document upload, AST inspection, editing, and validation.MIT
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
Use your own Word templates to convert Markdown → DOCX/PDF/HTML from any MCP-compatible AI.
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
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/JuancitoCozzeti24/src-sesiones-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server