MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

🚀 CompText MCP Server - Token-efficient DSL for LLM interactions. Reduce token usage by 90-95%! Part of the CompText Ecosystem.

Created 12/4/2025
Updated 9 days ago
Repository documentation and setup instructions

🚀 CompText MCP Server

Ein MCP (Model Context Protocol) Server fĂĽr CompText DSL - deployed auf Render.com.

đź“‹ Features

  • âś… CompText DSL Validierung
  • âś… CompText zu natĂĽrlicher Sprache Parser
  • âś… FastAPI HTTP Wrapper
  • âś… Health Check Endpoint
  • âś… Automatisches Deployment auf Render.com

đź”§ Verwendung

Lokale Entwicklung

pip install -r requirements.txt
python mcp_server.py

Server läuft auf http://localhost:10000

Deployment auf Render.com

  1. Push dieses Repository zu GitHub
  2. Gehe zu render.com/deploy
  3. Verbinde dein Repository
  4. Render erkennt automatisch render.yaml
  5. Click "Apply" → Fertig! ✅

Nach dem Deployment

Du erhältst eine URL wie: https://comptext-mcp.onrender.com

Diese URL verwendest du dann in deiner MCP-Client-Konfiguration.

đź”§ MCP Client Konfiguration

| Feld | Wert | |------|------| | Name | CompText MCP Server | | URL | https://comptext-mcp.onrender.com | | Auth | None |

📊 API Endpoints

  • GET / - Server Status
  • GET /health - Health Check
  • MCP Tools: validate_comptext, parse_comptext

⚡ Performance-Hinweis

Der Free Tier schläft nach 15 Min Inaktivität. Erste Anfrage nach Pause dauert ~30 Sek (Cold Start).

Lösung: Verwende Render's Cron Jobs für Keep-Alive Pings.

📝 Lizenz

MIT License

Quick Setup
Installation guide for this server

Install Package (if required)

uvx comptext-mcp-server

Cursor configuration (mcp.json)

{ "mcpServers": { "profrandom92-comptext-mcp-server": { "command": "uvx", "args": [ "comptext-mcp-server" ] } } }