Skip to main content
Glama

peacock-mcp

by johnpapa

fetch-peacock-docs

Retrieve and answer questions using Peacock for VS Code extension documentation from its GitHub repository. Simplify access to setup and usage details for developers.

Instructions

Fetches the Peacock for VS Code extension docs from its GitHub repository and answers questions based on the documentation

Input Schema

NameRequiredDescriptionDefault
queryYesThe question to answer based on the Peacock documentation

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "query": { "description": "The question to answer based on the Peacock documentation", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from peacock-mcp

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/johnpapa/peacock-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server