Skip to main content
Glama
607,305 tools. Updated 2026-09-24 16:04

"TOML" matching MCP tools:

Matching MCP Servers

Matching MCP Connectors

  • List downloadable doctrine and agent asset artifacts to import as native skill or rule files into your AI coding tool. Returns assets with format, version, download URL, and platform target.
    MIT
  • Delete array elements that match a field=value predicate in JSON, YAML, or TOML files. Specify the array path and predicate to remove matching items.
    MIT
  • Convert files to PDF or other formats: Office documents, HTML, Markdown, and structured data (JSON, XML, YAML, TOML, CSV) using a local path or URL.
    MIT
  • Store SSH host credentials and settings in a configuration file, enabling quick connections with alias support. Requires username and host; supports password or key authentication.
    GPL 3.0
  • Update all matching values in JSON, YAML, or TOML files using selectors with wildcards or predicates.
    MIT
  • Query JSON, YAML, or TOML files to check existence, list keys, count items, filter arrays, or flatten paths. Solve config inspection with simple selectors.
    MIT
  • Sets a value at a concrete path in JSON, YAML, or TOML files using dot notation. Optionally soft-skips if the file or key is missing, and supports strict mode to rollback on failures.
    MIT