← Index

io.github.Odyssey365/mcp-server

io.github.Odyssey365/mcp-server·v0.1.7·Other
Quality Score
75
/100

Odyssey 앱의 할일·메모·프로젝트·타임라인을 MCP 클라이언트에서 관리

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@odyssey365/mcp-server"
      ],
      "env": {
        "ODYSSEY_API_KEY": "<your-odyssey_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@odyssey365/mcp-server"
      ],
      "env": {
        "ODYSSEY_API_KEY": "<your-odyssey_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @odyssey365/mcp-server
§02  Environment variables
ODYSSEY_API_KEY
requiredsecret

Odyssey 앱 설정에서 발급한 API Key (odk_로 시작하는 20자)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
5
installability
25
documentation
15
stability
5
§04  Alternatives in Other