Loading MCP server directory, please wait...
Odyssey 앱의 할일·메모·프로젝트·타임라인을 MCP 클라이언트에서 관리
npx @getmcp/cli add io.github.Odyssey365/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
ODYSSEY_API_KEYOdyssey 앱 설정에서 발급한 API Key (odk_로 시작하는 20자)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Odyssey365/mcp-server": {
"command": "npx",
"args": [
"-y",
"@odyssey365/mcp-server"
],
"env": {
"ODYSSEY_API_KEY": ""
}
}
}
}