Skip to main content
Glama
praveenc

mcp-docs-server

by praveenc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_mcp_docsA

Search MCP protocol documentation with ranked results. Uses BM25 ranking with Porter stemming for high-quality search.

fetch_mcp_docA

Fetch full document content by URL from MCP protocol documentation. Only URLs from modelcontextprotocol.io are allowed.

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 fetches a specific document by URL, the other searches across documents. No overlap in functionality.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern (fetch_mcp_doc, search_mcp_docs) and use snake_case uniformly.

Tool Count3/5

With only two tools, the server is minimal but still covers the core operations of searching and fetching documentation. However, it feels slightly thin for a documentation server.

Completeness3/5

The server allows searching and fetching full documents, but lacks operations like listing all available documents or browsing by category, which are common in documentation servers.

Maintenance

ActivityInactive
ResponsivenessNo issues