Publish Markdown from VS Code
Ask Copilot Agent to turn notes or a file summary into a saved.md Markdown page.
For agents
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.
Agent guide: /install.md
MCP setup: /mcp.md
VS Code / Copilot and saved.md
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
These are the patterns where saved.md turns AI output into something easier to share than a chat transcript.
Ask Copilot Agent to turn notes or a file summary into a saved.md Markdown page.
Create links for architecture notes, setup docs, or implementation summaries.
Use saved.md when Copilot drafts a lightweight page from project or product context.
Setup
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.
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"
}
}
}Open Copilot Agent mode, enable savedmd in the tools picker, and approve saved.md access when VS Code prompts.
In Copilot Agent mode, enable savedmd from the tools picker.
Try it
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.