Skip to main content
Glama
JohnnyFoulds

markdown-for-agents-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HTTP_PORTNoWhen set, starts an HTTP server on this port instead of stdio
LOG_LEVELNoDEBUG, INFO, WARN, or ERRORINFO
LOG_FORMATNotext (human-readable) or json (structured)text
CACHE_TTL_MSNoCache entry TTL (15 minutes)900000
MAX_REDIRECTSNoMax redirect hops before error10
MCP_AUTH_TOKENNoBearer token required on all HTTP requests (HTTP mode only)
CACHE_MAX_BYTESNoMax LRU cache size (50 MB)52428800
FETCH_TIMEOUT_MSNoTimeout per fetch request (ms)30000
PLAYWRIGHT_PROXYNoProxy server URL for Playwright (e.g. http://proxy.example.com:8080)
BLOCKLIST_DOMAINSNoComma-separated domains to block (or allow in allowlist mode)
MAX_CONTENT_LENGTHNoMax content size (chars) before truncation100000
USE_ALLOWLIST_MODENoWhen true, only domains in BLOCKLIST_DOMAINS are allowedfalse
DOWNLOAD_TIMEOUT_MSNoTimeout for binary file downloads (ms)60000
BLOCKLIST_URL_PATTERNSNoComma-separated regex patterns to block by URL path
MAX_CONCURRENT_FETCHESNoMax parallel fetches in batch operations5
PLAYWRIGHT_PROXY_BYPASSNoComma-separated domains to bypass the proxy
WEB_SEARCH_DEFAULT_TIMEOUT_MSNoDefault timeout for search requests (ms)30000

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/JohnnyFoulds/markdown-for-agents-mcp'

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