MCP Server
MCP
io.github.dversum/mcp-server
Manage clients, projects, tasks, invoices, time tracking & calendar in dVersum.
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
By
Comments
Sign in to leave a comment