markdown-for-agents-mcp
by JohnnyFoulds
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HTTP_PORT | No | When set, starts an HTTP server on this port instead of stdio | |
| LOG_LEVEL | No | DEBUG, INFO, WARN, or ERROR | INFO |
| LOG_FORMAT | No | text (human-readable) or json (structured) | text |
| CACHE_TTL_MS | No | Cache entry TTL (15 minutes) | 900000 |
| MAX_REDIRECTS | No | Max redirect hops before error | 10 |
| MCP_AUTH_TOKEN | No | Bearer token required on all HTTP requests (HTTP mode only) | |
| CACHE_MAX_BYTES | No | Max LRU cache size (50 MB) | 52428800 |
| FETCH_TIMEOUT_MS | No | Timeout per fetch request (ms) | 30000 |
| PLAYWRIGHT_PROXY | No | Proxy server URL for Playwright (e.g. http://proxy.example.com:8080) | |
| BLOCKLIST_DOMAINS | No | Comma-separated domains to block (or allow in allowlist mode) | |
| MAX_CONTENT_LENGTH | No | Max content size (chars) before truncation | 100000 |
| USE_ALLOWLIST_MODE | No | When true, only domains in BLOCKLIST_DOMAINS are allowed | false |
| DOWNLOAD_TIMEOUT_MS | No | Timeout for binary file downloads (ms) | 60000 |
| BLOCKLIST_URL_PATTERNS | No | Comma-separated regex patterns to block by URL path | |
| MAX_CONCURRENT_FETCHES | No | Max parallel fetches in batch operations | 5 |
| PLAYWRIGHT_PROXY_BYPASS | No | Comma-separated domains to bypass the proxy | |
| WEB_SEARCH_DEFAULT_TIMEOUT_MS | No | Default timeout for search requests (ms) | 30000 |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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