Back to Home
jezweb icon

spell-checker-mcp

Verified Safe

by jezweb

Overview

Provides multi-language spell checking and AI-powered grammar correction, designed to integrate with Model Context Protocol (MCP) clients such as AI coding assistants.

Installation

Run Command
npm run dev

Environment Variables

  • API_SECRET
  • AI
  • SPELL_CHECK_DOCS
  • SPELL_CHECK_DICTS
  • MCP_METRICS

Security Notes

The server operates within a Cloudflare Workers sandboxed environment, which inherently mitigates many OS-level security risks. Optional Bearer token authentication via `API_SECRET` is available and recommended for production instances. Corrected documents stored in R2 use unique, non-guessable UUIDs for file names and have a 30-day auto-delete lifecycle policy. The code does not use `eval` or other dangerous dynamic code execution methods. R2 credentials (R2_ACCESS_KEY_ID, R2_SECRET_ACCESS_KEY) are required for the `upload-dictionaries.ts` *script* but are not hardcoded in the server's runtime code, instead relying on secure Cloudflare Workers bindings.

Similar Servers

Stats

Interest Score33
Security Score9
Cost ClassHigh
Avg Tokens1000
Stars2
Forks0
Last Update2025-12-14

Tags

spell checkgrammar correctionAICloudflare Workersmulti-languagecoding assistantMCPHono