Skip to content

josefwebdeveloper/day-director

v1.0.0MIT

Hosted MCP for Day Director: list projects, create KEY-N tasks, update Today. Never deletes.

Day Director for Cursor

Public Cursor plugin for Day Director — a command center for people who run many projects.

This repo is only a manifest plus the hosted MCP URL. There is no second API.

The agent can list projects, create KEY-N tasks, update Today, and write the project plan. It never deletes.

Install

  1. Open daydirector.com/cursor and click Install in Cursor, or add this server in Cursor → Tools & MCP:
{
  "mcpServers": {
    "day-director": {
      "url": "https://daydirector.com/api/mcp",
      "headers": {
        "Authorization": "Bearer PASTE_TOKEN"
      }
    }
  }
}
  1. Sign in at daydirector.com → Settings → MCP → Create token.
  2. Set DAY_DIRECTOR_MCP_TOKEN (plugin) or the Authorization header (manual MCP).
  3. Tell the agent the workspace ID from that same Settings page.

cursor.directory

This week: submit this repository at cursor.directory/plugins/new (sign in, paste the GitHub URL). The directory looks for .mcp.json and .cursor-plugin/plugin.json.

Official Cursor Marketplace

Same repo, later: cursor.com/marketplace/publish. Review is manual. Do not put a token in the repo.

License

MIT