mcp server for Zed
app.odyssey365/mcp-server
Odyssey 앱의 할일·메모·프로젝트·타임라인을 MCP 클라이언트에서 관리
client:Zed
transport:stdio
runtime:npm
Install mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@odyssey365/mcp-server"
],
"env": {
"ODYSSEY_API_KEY": "<ODYSSEY_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs