Back to Home
Frank4112 icon

comptext-mcp-server

Verified Safe

by Frank4112

Overview

Provides a token-efficient interface to Large Language Models (LLMs) by serving domain-specific language commands and documentation from a Notion knowledge base.

Installation

Run Command
docker-compose up -d

Environment Variables

  • NOTION_API_TOKEN
  • COMPTEXT_DATABASE_ID
  • LOG_LEVEL
  • HOST
  • PORT

Security Notes

The server demonstrates strong security practices including comprehensive input validation and output sanitization to prevent common injection attacks. Secrets (Notion API token) are correctly handled via environment variables. Rate limiting is implemented on all REST API endpoints to mitigate DoS attacks. Dependencies are explicitly managed and updated for known vulnerabilities. Docker builds follow security best practices like using non-root users. The main security considerations are the default permissive CORS setting and the lack of API key authentication for the public REST API, both of which are clearly documented as needing hardening for production deployments. No 'eval' or malicious patterns were identified in the provided source code.

Similar Servers

Stats

Interest Score30
Security Score9
Cost ClassLow
Avg Tokens500
Stars1
Forks0
Last Update2026-01-19

Tags

LLMAINotionToken OptimizationAPI