Catalog
io.github.Odyssey365/mcp-server
OfficialOdyssey 앱의 할일·메모·프로젝트·타임라인을 MCP 클라이언트에서 관리
Manage Odyssey app tasks, memos, projects, and timelines via MCP client.
README not available yet.
Install
Configuration
Environment variables
ODYSSEY_API_KEYrequiredsecretOdyssey 앱 설정에서 발급한 API Key (odk_로 시작하는 20자)
claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@odyssey365/mcp-server@0.1.7"
],
"env": {
"ODYSSEY_API_KEY": "<YOUR_ODYSSEY_API_KEY>"
}
}
}
}