@taskjunky/mcp
v0.1.2
Published
TaskJunky MCP setup utilities for the hosted OAuth endpoint.
Readme
@taskjunky/mcp
TaskJunky MCP setup utilities for the hosted OAuth endpoint.
Recommended: hosted OAuth MCP endpoint
Use the setup helper to configure a supported client against:
https://web.taskjunky.app/mcp
npx -y -p @taskjunky/mcp taskjunky-mcp-setup codexOAuth is the default and preferred auth flow. If TASKJUNKY_API_KEY is already
set in your environment, the setup helper will use it as a legacy fallback where
the target client supports bearer-style configuration.
Supported targets:
claudecodexcopilotgeminidesktopall
When run inside a repo, the setup helper also writes the client instruction file it can control:
CLAUDE.mdfor Claude Code / DesktopAGENTS.mdfor CodexGEMINI.mdfor Gemini CLI.github/copilot-instructions.mdandAGENTS.mdfor Copilot
These instruction files tell the agent to call get_context at the start of every new session and again when resuming a session before taking new actions.
Important note
This package no longer ships a local stdio MCP server. The supported path is
the hosted OAuth-enabled endpoint at https://web.taskjunky.app/mcp.
