MCP Lookup

Search mounted MCP docs and return relevant snippets with source paths.

2|1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/sraloff/gravityboots --skill mcp-lookup
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: MCP Lookup
Source: https://github.com/sraloff/gravityboots/tree/main/.agent/skills/mcp-lookup
Command: npx skills add https://github.com/sraloff/gravityboots --skill mcp-lookup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Locates relevant external documentation from mounted MCP docs to guide implementation decisions.

Core Features & Use Cases

  • Scans the /docs/mcp/ directory for framework or library docs and returns concise references.
  • Extracts key snippets with source paths to accelerate implementation and learning.
  • Use Case: when integrating Laravel or Livewire, fetch the most relevant docs and summarize the concept.

Quick Start

Prompt the skill to search /docs/mcp/ for the most relevant framework docs and return the top 1–3 snippets with their sources.

Frequently Asked Questions about MCP Lookup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search mounted framework docs to find Laravel implementation details?▼

You can locate and surface relevant external documentation from mounted MCP docs by scanning the /docs/mcp/ directory, which returns concise Laravel snippets with source paths to accelerate implementation.

What is the best way to retrieve Livewire documentation snippets during development?▼

Retrieving Livewire documentation snippets involves scanning mounted MCP docs to locate relevant references, presenting a limited set of top 1–3 options with source paths when multiple matches exist.

Can I search for specific keywords across Laravel and Livewire docs simultaneously?▼

You can search for specific keywords across mounted MCP docs for frameworks like Laravel and Livewire, retrieving concise references and summarizing concepts to assist your development decisions.

Do I need specific dependencies to look up framework documentation using MCP?▼

No specific dependencies are required to look up framework documentation using MCP, but you must have external framework or library docs mounted in the /docs/mcp/ directory for the skill to scan.

How does the documentation lookup handle multiple matching snippets?▼

When multiple matches exist during a documentation lookup, the mechanism presents a limited set of 1–3 options, returning concise snippets extracted with their source paths for you to choose from.

When should I not use an MCP lookup for framework documentation?▼

You should not use an MCP lookup for framework documentation if the external library docs are not mounted in the /docs/mcp/ directory, as the skill requires this path to scan and extract snippets.