For agents

You are on saved.md.

This site hosts public pages created by signed-in users from Markdown, HTML, or JSX. If the user asks you to publish or update one, use their saved.md MCP connection.

  • Publish: use the user's saved.md MCP connection when available. If saved.md tools are missing, help the user connect or reauthorize saved.md in their current AI app, then verify tools like publish_page and get_page are visible.
  • Update/copy: call get_page, then call update_page with the returned currentVersion as expectedCurrentVersion when the signed-in user owns the page or has collaborator edit access. Otherwise fetch source, edit it, then create a new page for the signed-in user.
  • If the app says saved.md is connected but tools still are not visible in this chat, ask the user to start a new chat or reload the app so the MCP tool list refreshes.

Agent guide: /install.md

MCP setup: /mcp.md

All tools

VS Code / Copilot and saved.md

Publish VS Code and Copilot Agent work as web pages.

saved.md gives VS Code and Copilot Agent a publishing flow for Markdown pages, project notes, reports, and simple websites created during development.

What it does

VS Code and Copilot Agent keep AI assistance close to files, source code, and developer workflows. That makes them useful for turning live project context into practical documentation.

How saved.md fits

With saved.md connected, Copilot Agent can publish a repo summary, implementation note, checklist, or HTML/JSX page as a link. It helps when the output belongs in a browser, not only in an editor tab.

Workflows

What you can publish from VS Code

These are the patterns where saved.md turns AI output into something easier to share than a chat transcript.

Publish Markdown from VS Code

Ask Copilot Agent to turn notes or a file summary into a saved.md Markdown page.

Share codebase context

Create links for architecture notes, setup docs, or implementation summaries.

Create simple websites

Use saved.md when Copilot drafts a lightweight page from project or product context.

Setup

How to connect VS Code to saved.md

Connect VS Code / Copilot to saved.md with the MCP URL https://mcp.saved.md/api/mcp. Once authorization is complete, ask VS Code to publish or update a saved.md page.

01

Create workspace config

Create or update .vscode/mcp.json in your project. VS Code will discover saved.md OAuth from the MCP endpoint.

.vscode/mcp.json

{
  "servers": {
    "savedmd": {
      "type": "http",
      "url": "https://mcp.saved.md/api/mcp"
    }
  }
}
02

Sign in with OAuth

Open Copilot Agent mode, enable savedmd in the tools picker, and approve saved.md access when VS Code prompts.

03

Enable savedmd

In Copilot Agent mode, enable savedmd from the tools picker.

Try it

A practical test prompt

After connecting saved.md, use a prompt like this to verify the tool can publish a real page.

Use saved.md to publish a useful markdown page titled "VS Code MCP connection check".

If a current file is available, summarize its purpose and one improvement opportunity. If not, write a concise example note for how Copilot Agent can publish working notes to saved.md. Include:
- a short context section
- three specific observations or next actions
- a final "Connection result" line that confirms VS Code can publish through saved.md

Keep it under 300 words. Avoid placeholder text, fake details, and generic filler. Return only the saved.md URL plus one sentence summarizing what you published.