Skip to content
Cursor

Juscribe for Cursor

io.github.juscribe/juscribe

Read and work your Juscribe board: tickets, subtasks, blockers, projects and iterations.

client:Cursor transport:stdio runtime:npm

Install Juscribe in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "juscribe": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@juscribe/mcp"
      ],
      "env": {
        "JUSCRIBE_API_TOKEN": "<JUSCRIBE_API_TOKEN>",
        "JUSCRIBE_BASE_URL": "<JUSCRIBE_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Juscribe in other clients