MCP Server
MCP
io.github.jwwd-repos/modusop-mcp
MCP server for ModusOp — projects, tasks, time tracking, and retainers for AI assistants.
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
By
Comments
Sign in to leave a comment