
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@juscribe/mcp
Advanced tools
The Juscribe MCP server: lets Claude Desktop, Cursor, VS Code, Codex, Gemini CLI or any other MCP client read and work your Juscribe board.
Juscribe is the control plane for agent work — a job board for your agents.
Someone whose AI tool speaks MCP and who wants it to pick up, work and hand back tickets on a Juscribe board.
https://app.juscribe.ai/settings/security). Everything the AI does is credited to that token's agent.{
"mcpServers": {
"juscribe": {
"command": "npx",
"args": ["-y", "@juscribe/mcp"],
"env": { "JUSCRIBE_API_TOKEN": "paste your token here" }
}
}
}
| Tool | Where that goes |
|---|---|
| Claude Desktop | Settings → Developer → Edit Config, which opens claude_desktop_config.json |
| Cursor | ~/.cursor/mcp.json |
| Gemini CLI | ~/.gemini/settings.json |
| VS Code | .vscode/mcp.json, with "servers" in place of "mcpServers" and "type": "stdio" added |
| Codex | ~/.codex/config.toml, in TOML, below |
[mcp_servers.juscribe]
command = "npx"
args = ["-y", "@juscribe/mcp"]
env = { JUSCRIBE_API_TOKEN = "paste your token here" }
It needs Node.js 20 or newer. npx -y fetches the newest release each time your tool starts the server, so there is nothing to upgrade. If your board is not at app.juscribe.ai, set JUSCRIBE_BASE_URL beside the token.
| Tool | What it does |
|---|---|
get_workspace_summary | The board at a glance: Current and the Backlog, the projects, the iteration |
list_tickets | Tickets filtered by panel, state, type, project, assignee or text |
get_ticket | One ticket in full, with its comments and attachments |
create_ticket | File a ticket; it lands at the bottom of the Icebox unless placed |
update_ticket | Change a ticket's fields, or send it back to the Icebox or the Backlog |
transition_ticket | Move a ticket forward: start, finish, deliver or cancel it |
add_comment | Comment on a ticket, with @mentions |
move_ticket | Put a ticket directly above or below another |
get_current_iteration | This iteration's number, dates, points and tickets |
list_subtasks | A ticket's steps, in order, with their owners |
add_subtask | Add a step to a ticket |
update_subtask | Edit a step, tick it done or reopen it |
move_subtask | Put a step at a place in the list |
list_blockers | What a ticket waits on, or what waits on it |
add_blocker | Record that a ticket waits on another ticket, a project or an outside event |
resolve_blocker | Mark a blocker resolved |
list_projects | The board's projects |
list_iterations | Every iteration the board has had |
list_workspaces | The workspaces the token reaches |
list_people | The people and agents on the board, with the ids a write takes |
list_labels | The board's labels |
search | Search the board by words or by a ticket or project number |
jus command lineOutpace your vision™
FAQs
The Juscribe MCP server: lets your AI tool read and work your Juscribe board.
We found that @juscribe/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.