note taking ai mcp for Zed
io.github.csoai-org/note-taking-ai-mcp
Note Taking Ai MCP Server by MEOK AI Labs
client:Zed
transport:stdio
runtime:pypi
Install note taking ai mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"note-taking-ai-mcp": {
"command": "uvx",
"args": [
"note-taking-ai-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs