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.
- Homepage / Install: https://daydirector.com/cursor
- MCP:
https://daydirector.com/api/mcp - Auth: personal Bearer token from Day Director → Settings → MCP (
dd_…) - Official marketplace (next): cursor.com/marketplace/publish
The agent can list projects, create KEY-N tasks, update Today, and write the project plan. It never deletes.
Install
- 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"
}
}
}
}
- Sign in at daydirector.com → Settings → MCP → Create token.
- Set
DAY_DIRECTOR_MCP_TOKEN(plugin) or theAuthorizationheader (manual MCP). - 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