Back to Browse

Reassign MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Reassign: a circular 24-hour calendar and time-tracking copilot with ADHD-friendly scheduling.

About

Reassign: a circular 24-hour calendar and time-tracking copilot with ADHD-friendly scheduling.

Remote endpoints: streamable-http: https://reassign.app/api/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "app-reassign-reassign": {
      "url": "https://reassign.app/api/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Reassign

Reassign: a circular 24-hour day planner. One capability, five package forms, one canonical skill.

Reassign plans, edits, and reviews your day on a circular 24-hour calendar. It applies ADHD-friendly time-management methods as concrete edits to the dial, not advice recited back at you. The same scheduling capability ships in several package forms, all backed by one canonical skill and the Reassign MCP.

Install

FormHow
Claude Code plugin/plugin marketplace add reassignai/plugins/plugin install reassign@reassign
Agent Plugin (VS Code, Cursor, Copilot, Codex, Kiro)Install from source with the repo URL — e.g. VS Code's Chat: Install Plugin From Sourcehttps://github.com/reassignai/plugins
Standalone skillnpx skills add reassignai/plugins
Claude.ai / ChatGPT connectorAdd a custom connector pointing at https://reassign.app/api/mcp
npm (any stdio MCP client)npx -y @reassign/mcp

What's inside

plugins/                                  ← repo root = plugin root
├── plugin.json                           ← Agent Plugins 1.0.0 manifest
├── mcp.json                              ← Agent Plugins MCP config (streamable-http)
├── .claude-plugin/
│   ├── plugin.json                       ← Claude Code manifest
│   └── marketplace.json
├── .mcp.json                             ← Claude Code MCP config (type "http")
├── skills/
│   └── reassign-scheduling/              ← canonical skill (every form, zero copy)
│       ├── SKILL.md
│       └── references/
│           ├── adhd-methods.md
│           ├── workflows.md
│           ├── taxonomy.md
│           ├── calendars.md          ← connected-calendar sync, event kinds, mirroring
│           ├── reflection.md         ← reviewing a past day: marks + adherence
│           └── limits.md             ← what each plan allows; reading a refusal code
├── server.json                           ← Official MCP Registry entry
├── package.json                          ← npm client shim
├── bin/reassign-mcp.js
├── scripts/
│   ├── build.sh                          ← validates manifests + version lockstep
│   └── version.mjs                       ← reads/sets the two version trains
├── .github/workflows/
│   ├── publish-registry.yml
│   └── publish-npm.yml
├── README.md
└── LICENSE

The skills/reassign-scheduling/ directory is the single source of truth: every package form consumes it in place, with no copying.

Two manifests, on purpose

The root plugin.json/mcp.json pair is Agent Plugins 1.0.0; .claude-plugin/plugin.json + .mcp.json is the Claude Code format. Clients auto-detect by manifest path and read exactly one pair, so both ship side by side. They are not copies of each other — the same endpoint is "type": "streamable-http" under the spec and "type": "http" for Claude Code, so scripts/build.sh checks each file's transport vocabulary separately — and cross-checks that the two still name the same servers at the same URLs, since a copy-paste and a one-sided URL move are both silent breaks.

Versions

Two independent trains, both checked by scripts/build.sh:

TrainFilesWhat it tracks
pluginplugin.json, .claude-plugin/plugin.json, .claude-plugin/marketplace.json, SKILL.mdthe skill and its manifests
packagepackage.json, server.jsonthe npm shim + registry entry, released on a v* tag
node scripts/version.mjs                 # print both
node scripts/version.mjs check           # exit 1 on drift
node scripts/version.mjs set plugin 1.9.0

Links

  • Website: reassign.ai
  • MCP endpoint: https://reassign.app/api/mcp

License

Apache-2.0 © Pogled Naprej d.o.o.

Reviews

No reviews yet

Be the first to review this server!