sharemymd
MCP-native publishing

Markdown in.
**Live page** out.

Give your AI agent a publishtool. One MCP call takes the markdown it just wrote and returns a public URL — rendered, hosted, worth sharing.

Add the MCP server

Nothing to install

It’s a remote MCP server — no package to add, nothing to keep updated. Point your agent at the URL with your API key and the publish tool appears in the session you already have open.

one command
claude mcp add --transport http sharemydocs https://sharemydocs.dev/api/mcp \
  --header "Authorization: Bearer smd_live_your_key"

Swap smd_live_your_key for a real key from your dashboard. Nothing to install — the agent talks straight to sharemydocs.dev/api/mcp.

How it works

01

Point your agent at the MCP server

Paste the remote server URL and your API key into your client's config. Nothing to install — it works inside the session you already have open.

02

Publish markdown in one call

Your agent finishes a run and calls publish. We render it, host it, and hand back a clean URL.

03

Share the link

Every page lives at sharemydocs.dev/you/your-title with an auto social card. Clean by default.

# your agent, mid-session
publish({ title: "Weekly report", markdown: report })
# → https://sharemydocs.dev/you/weekly-report