@tj-tdp/tdp-plus
v1.0.0-beta.1
Published
TDP MCP server launcher 鈥?unified entry for all TDP MCP services
Downloads
12
Maintainers
Readme
@tj-tdp/tdp-plus
TDP MCP server launcher for Windows 鈥?bundles all TDP MCP services into a single executable.
Installation
npm install -g @tj-tdp/tdp-plusUsage
tdp-mcp app
tdp-mcp code-gen
tdp-mcp business-model
tdp-mcp data-model
tdp-mcp menu-config
tdp-mcp wf-design
tdp-mcp start-projectOpenCode / Claude Desktop Config
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"tdp-code-gen": { "command": ["tdp-mcp", "code-gen"], "enabled": true, "type": "local" },
"tdp-app": { "command": ["tdp-mcp", "app"], "enabled": true, "type": "local" },
"tdp-business-model": { "command": ["tdp-mcp", "business-model"], "enabled": true, "type": "local" },
"tdp-data-model": { "command": ["tdp-mcp", "data-model"], "enabled": true, "type": "local" },
"tdp-menu-config": { "command": ["tdp-mcp", "menu-config"], "enabled": true, "type": "local" },
"tdp-wf-design": { "command": ["tdp-mcp", "wf-design"], "enabled": true, "type": "local" },
"tdp-start-project": { "command": ["tdp-mcp", "start-project"], "enabled": true, "type": "local" }
}
}Or with npx (no global install needed):
{
"tdp-code-gen": {
"command": ["npx", "-y", "@tj-tdp/tdp-plus", "code-gen"],
"enabled": true,
"type": "local"
}
}Environment
Place a .env file in the same directory as tdp-mcp.exe (inside the npm package's vendor/win32/), or set environment variables directly.
Platform
Windows only. The package bundles a self-contained .exe that requires no Python installation.
