Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MARKFETCH_MAX_BYTESNoCap on response body and extracted markdown5000000
MARKFETCH_TIMEOUT_MSNoPer-request timeout in ms30000
MARKFETCH_USER_AGENTNoOverride the UA. Must be a Chrome UA; non-Chrome strings fail fastPinned Chrome 130 string
MARKFETCH_ALLOWED_WRITE_ROOTSNoMCP-only. Path-delimiter-separated list of absolute paths permitted as MCP savePath write rootsos.tmpdir() + process.cwd()

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
fetch_markdownA

Fetch a public HTTP/S URL and return its main article content as clean markdown. Best for articles, documentation, blog posts, and reference pages. Non-HTML responses return unsupported_content_type unless raw is set; pure client-rendered SPAs return extraction_failed. Set savePath to write the output to a file instead of returning it inline.

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/vasylenko/markfetch'

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