Serversio.github.jwwd-repos/modusop-mcp
M

io.github.jwwd-repos/modusop-mcp

io.github.jwwd-repos/modusop-mcp · v0.2.5
▦ npm
v0.2.5npm npm: @modusop/mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.jwwd-repos/modusop-mcp",
  "description": "MCP server for ModusOp — projects, tasks, time tracking, and retainers for AI assistants.",
  "repository": {
    "url": "https://github.com/jwwd-repos/modusop-mcp",
    "source": "github"
  },
  "version": "0.2.5",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@modusop/mcp-server",
      "version": "0.2.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "ModusOp API token. Create at modusop.app → Settings → API Tokens (read + write scopes).",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MODUSOP_API_TOKEN"
        },
        {
          "description": "Override the API base URL. Defaults to https://modusop.app/api/v1.",
          "format": "string",
          "name": "MODUSOP_API_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}