← Back to Plugins
MCP Server MCP

io.github.dversum/mcp-server

github By github 👁 1 views ▲ 0 votes

Manage clients, projects, tasks, invoices, time tracking & calendar in dVersum.

Homepage Verified source GitHub

Install

npx -y @dversum/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@dversum/mcp-server",
      "version": "2.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of your dVersum API (e.g. https://api.dversum.com/api/v1)",
          "isRequired": true,
          "format": "string",
          "name": "DVERSUM_API_URL"
        },
        {
          "description": "Your dVersum JWT authentication token (get it from Settings > API Tokens)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DVERSUM_API_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...