YARD icon

YARD

2

Provides a programmable server to explore and query Ruby gem documentation using YARD and the FastMCP protocol.

About

YARD facilitates deep exploration and querying of Ruby gem and YARD documentation through a FastMCP server. It indexes all installed YARD documentation, making it accessible for clients to list gems, navigate code hierarchies, fetch detailed documentation, retrieve source code, and perform comprehensive searches. This server is ideal for developers building custom documentation browsers, intelligent code assistants, or systems that require programmatic access to Ruby and YARD documentation.

Key Features

  • Fetch detailed documentation (docstrings, tags, parameters) for any object
  • Perform fuzzy and full-text search across all documentation
  • Retrieve source location and code snippets for any object
  • 1 GitHub stars
  • List installed gems with YARD documentation
  • Explore class/module hierarchies, ancestors, and related objects

Use Cases

  • Creating intelligent code assistants
  • Integrating Ruby/YARD documentation into other systems
  • Building custom documentation browsers
Advertisement

Advertisement