markdown notes mcp for Zed
io.github.narashiman-k/markdown-notes-mcp
Convert PDF, Word, Excel, PowerPoint, EPUB and images to Markdown locally, with no upload.
client:Zed
transport:stdio
runtime:npm
Install markdown notes mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"markdown-notes-mcp": {
"command": "npx",
"args": [
"-y",
"suprasuta-markdown-mcp"
],
"env": {
"MARKDOWN_MCP_ROOTS": "<MARKDOWN_MCP_ROOTS>",
"GEMINI_API_KEY": "<GEMINI_API_KEY>",
"ASSEMBLYAI_API_KEY": "<ASSEMBLYAI_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs