Skip to main content
Glama

md-mcp

A slim local viewer for Claude Code output. Claude publishes markdown through an MCP tool; you read, screenshot, or print it to PDF from a browser tab at http://127.0.0.1:4141.

Setup

npm install
claude mcp add --scope user md-mcp -- node /home/muzzakhan/code/md-mcp/src/shim.js

That is all. The shared daemon auto-starts on the first publish call and survives Claude Code restarts. History lives in memory only; restarting the daemon clears it.

Related MCP server: browser_mcp

Use

Ask Claude to publish anything to md-mcp:

summarise the audit and publish it to md-mcp

  • Every publish appends a page to that session in the viewer.

  • Publishing with the same key updates a page in place.

  • The sidebar groups pages by Claude Code session (labelled by project dir).

  • Tail (the dot button, or t) follows new pages live; arrow keys browse.

  • Ctrl+P prints just the current page, cleanly, for PDF.

Dev

npm test          # node:test suites for the store and publish endpoint
npm run daemon    # run the daemon in the foreground
A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    B
    maintenance
    Enables Claude to navigate, screenshot, read console/network, and crawl links in HTML documentation via a co-located headless Chromium and VSCode webview pane.
    11
  • A
    license
    -
    quality
    C
    maintenance
    Enables Claude Code to control a browser via Playwright for web scraping, automation, and research, with features like navigation, screenshots, form filling, and PDF export.
    13
    MIT

View all related MCP servers

Related MCP Connectors

  • Publish Markdown or HTML to a shareable link from your AI assistant. OAuth, no API keys.

  • Publish AI-generated HTML & Markdown to a hosted, shareable URL via MCP.

  • Publish pages straight from Claude as private, branded, tracked links.

View all MCP Connectors

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/muzza-mmem/md-mcp'

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