Skip to main content
Glama
codecracker2020

MCP Documentation Crawler

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_CRAWLER_DATA_DIRNoDirectory to store the local index.
MCP_CRAWLER_MAX_PAGESNoMaximum number of pages to crawl.
MCP_CRAWLER_START_URLNoThe starting URL for the crawl.
MCP_CRAWLER_CONCURRENCYNoNumber of concurrent requests.
MCP_CRAWLER_ALLOWED_DOMAINSNoComma-separated list of allowed domains.
MCP_CRAWLER_URL_PATH_PREFIXNoURL path prefix to restrict crawling.
MCP_CRAWLER_REQUEST_DELAY_MSNoDelay between requests in milliseconds.
MCP_CRAWLER_MAX_CONTENT_CHARSNoMaximum number of characters to index per page.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
crawl_documentationA

Crawl the configured documentation site and save a local searchable index. Use refresh=false to reuse an existing index.

search_documentationA

Search the locally crawled documentation index. Crawl first if no index is available.

get_documentation_pageB

Retrieve a complete indexed documentation page by URL.

crawler_statusA

Show active crawler configuration and whether a local documentation index exists.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/codecracker2020/mcp-server-crawler'

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