
Mcp Server
Let your coding agent read and update Odyssey todos, memos, projects, and timelines while you ship solo.
Overview
Odyssey365 MCP Server is a MCP server for the Build phase that lets agents manage Odyssey todos, memos, projects, and timelines via API key auth.
What is this MCP server?
- stdio MCP package @odyssey365/mcp-server v0.1.7 on npm
- Manage todos, memos, projects, and timelines from Claude Code, Cursor, or other MCP clients
- Requires Odyssey API key (odk_ prefix, 20 characters) from in-app settings
- Korean-first Odyssey app integration for day-to-day builder task tracking
- Server schema version 0.1.7
- npm package @odyssey365/mcp-server
- stdio transport
What problem does it solve?
Switching between your coding agent and a separate PM app breaks flow when tasks and specs live only in Odyssey.
Who is it for?
Solo builders who already use Odyssey 30/60 for tasks and want Claude Code or Cursor to read and write that workspace.
Skip if: Teams without Odyssey accounts or anyone who needs generic issue-tracker integrations (Jira, Linear) instead.
What do I get? / Deliverables
Your agent can query and update Odyssey work items in chat so shipping tasks stay synced with your project hub.
- Agent-readable Odyssey todos, memos, projects, and timelines
- In-chat updates that mirror Odyssey app state
Recommended MCP Servers
Journey fit
Project and task state lives in the Build phase where solo builders track what they are shipping; MCP bridges that PM surface into the agent. Canonical shelf is pm because the server exposes Odyssey’s project-management entities rather than code or infra.
How it compares
Odyssey app MCP bridge, not a standalone agent skill or generic todo CLI.
Common Questions / FAQ
Who is io.github.Odyssey365/mcp-server for?
Odyssey app users who want MCP-enabled agents to manage todos, memos, projects, and timelines without leaving the chat.
When should I use io.github.Odyssey365/mcp-server?
Use it during active Build and Operate cycles when your agent should create, list, or update Odyssey items tied to what you are coding.
How do I add io.github.Odyssey365/mcp-server to my agent?
Install @odyssey365/mcp-server from npm, configure stdio in your MCP client, and set the required ODYSSEY_API_KEY from Odyssey app settings.