mcp server for Cursor
io.github.odyssey365/mcp-server
Odyssey 앱의 할일·메모·프로젝트·타임라인을 MCP 클라이언트에서 관리
client:Cursor
transport:stdio
runtime:npm
Install mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@odyssey365/mcp-server"
],
"env": {
"ODYSSEY_API_KEY": "<ODYSSEY_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs