Skip to main content
Glama
Melbourneandrew

docs2prompt MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_TOKENYesGitHub access token for accessing repositories

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_docs2prompt_docsA
Use this tool to get the documentation from a GitHub repository.

Args:
    github_repo: The GitHub repository to get the documentation for.
get_url_docsB
Use this tool to get the documentation at a URL.

Args:
    url: The URL to get the documentation for.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one retrieves documentation from a GitHub repository, the other from a generic URL. There is no ambiguity between them.

Naming Consistency5/5

Both tools follow a consistent 'get_<source>_docs' pattern, making their purpose immediately clear and predictable.

Tool Count4/5

With only two tools, the server is minimal but focused. The count is slightly low for broad usefulness, but it may be appropriate for a narrowly scoped documentation retrieval service.

Completeness3/5

The tools cover retrieval from two common sources, but the server name 'docs2prompt' suggests conversion to prompts, which is missing. The current surface is incomplete for the implied purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues