MCP Server
MCP
io.github.delega-dev/delega
Delega MCP client. Public hosted access retired July 28, 2026; existing owner credentials only.
Install
npx -y @delega-dev/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@delega-dev/mcp",
"version": "1.18.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Existing Delega owner credential. Public hosted onboarding is retired.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DELEGA_API_KEY"
},
{
"description": "Delega API endpoint. The default https://api.delega.dev is an owner-only private runtime.",
"format": "string",
"name": "DELEGA_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment