Skip to main content
Glama
134,434 tools. Last updated 2026-05-23 18:02

"Yale" matching MCP tools:

  • Search YADE API documentation by keywords to find matching class/function names with descriptions, ranked by relevance. Use when you know keywords but not the exact class name.
    MIT
  • Verify Vale installation and accessibility to enable prose linting for style and grammar checks in text files.
    MIT
  • Execute Python code in the YADE process to inspect or modify simulation state in real time, with immediate output and no task tracking.
    MIT
  • Submit a Python script for background execution in YADE. Returns a task ID to monitor progress and manage the task lifecycle.
    MIT
  • Download Vale style packages to resolve missing styles errors by reading configuration files and fetching required resources.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    F
    maintenance
    Integrates Vale prose linting into AI coding assistants, enabling users to check text files for style and grammar issues using Vale's powerful linting engine. Provides automated style feedback with smart configuration discovery and rich formatted results.
    Last updated
    3
    18
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    yade-mcp connects AI agents to YADE — the open-source discrete element method engine — through the Model Context Protocol. Browse API docs, run simulations, and execute code, all through natural conversation.
    Last updated
    7
    6
    MIT
  • Interrupt a running YADE task by setting an interrupt flag or injecting a TaskInterrupt exception. Preserves the simulation state for later inspection or resumption.
    MIT
  • Lint a file against Vale style rules to identify grammar and style issues with location and severity details. Provides installation guidance if Vale is not available.
    MIT
  • Browse YADE's Python API by navigating its real class inheritance tree, from top-level categories to full docs for specific classes.
    MIT
  • Check the status and output of a submitted YADE task. Monitor task progress, paginate through results, and filter output by text.
    MIT
  • List tracked YADE tasks with pagination. Use skip_newest and limit to control which tasks are returned.
    MIT