← Index

com.heyoden/mcp

com.heyoden/mcp·v1.0.2·Developer Tools
Quality Score
80
/100

Talk to your Oden AI todo and calendar account from Claude Code, Cursor, or any MCP client.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

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

Oden API key (odn_live_*). Generate one in the Oden app at Settings → Developer → New key. Treat it like a password.

ODEN_API_URL

Override the Oden API base URL. Defaults to https://api.heyoden.com/v1. Most users do not need to set this.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
10
stability
10
§04  Alternatives in Developer Tools