Skip to main content
Glama
310,163 tools. Last updated 2026-07-28 08:46

"A server for finding writing resources and information" matching MCP tools:

  • Record that the page is no longer there (article unpublished, link dead), or put it back live with archived false. Nothing is deleted: the line stays, and so does the history, because "they talked about us from March to July" is information. A page taken down stops counting as a presence on that source. Only take down after actually re-reading the address and finding it gone.
    Connector

Matching MCP Servers

Matching MCP Connectors

  • Writing Style Checker (WSC) is a prose linter with an AI-tells detector: alongside classic checks (weasel words, passive voice, duplicate words, long sentences, nominalizations, hedging, filler adverbs) it flags 190+ research-cited words, phrases, and structural patterns overrepresented in AI-generated text — each with an explanation and source.

  • Rick and Morty MCP — wraps the Rick and Morty API (free, no auth)

  • Retrieves the available API groups and resources from a Kubernetes cluster. This is similar to running `kubectl api-resources`.
    Connector
  • Gets one or more Kubernetes resources from a cluster. Resources can be filtered by type, name, namespace, and label selectors. Returns the resources in YAML format. This is similar to running `kubectl get`.
    Connector
  • Deterministically VERIFY a proposed fix before writing it — runs the same patch-policy + verify_fix + blast-radius gates as `qremediate` (offline, no key, no network). Give the finding, the file's current content, and your proposed FULL corrected content; returns approved:true only if the patch is in-policy, clears the finding, adds no new finding, introduces no network/exec sink, and is bounded in size. This does NOT write the file — you write it, only when approved, and never auto-merge.
    Connector