← Back to Plugins
MCP Server MCP

io.github.jwwd-repos/modusop-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for ModusOp — projects, tasks, time tracking, and retainers for AI assistants.

Homepage Verified source GitHub

Install

npx -y @modusop/[email protected]

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...