@lukoweb/apitogo-mcp
v0.2.16
Published
Local MCP server for APItoGo platform automation
Readme
@lukoweb/apitogo-mcp
MCP server for the APItoGo platform. Agents use it from Cursor (or any MCP host). Product
lifecycle and shape tools spawn the @lukoweb/apitogo CLI so humans and agents share one
implementation.
Install
npm install -g @lukoweb/apitogo-mcpOr run with npx (recommended in Cursor):
npx -y @lukoweb/apitogo-mcpConfigure in Cursor
{
"mcpServers": {
"apitogo": {
"command": "npx",
"args": ["-y", "@lukoweb/apitogo-mcp"],
"env": {
"APITOGO_API_KEY_ID": "apk_...",
"APITOGO_API_SECRET": "...",
"APITOGO_CLI_PATH": "/optional/path/to/apitogo-doc-tool"
}
}
}
}APITOGO_API_KEY_ID/APITOGO_API_SECRET— platform credentialsAPITOGO_CLI_PATH— optional local@lukoweb/apitogo/ doc-tool checkout (uses builtpackages/zudoku/dist/cli/cli.js)
Config-first apply
Desired state lives in apitogo.config.json (+ pages / OpenAPI / .env). Shape with MCP tools or
CLI; apply with:
apitogo apply --dir . --platform-plan freeMCP publish_dev_portal runs the same apitogo apply. Direct gateway/settings mutators return
status: redirected unless APITOGO_ALLOW_DIRECT_PLATFORM_MUTATIONS=true.
Library apply API (CLI package):
import { runApplyFromSiteDirectory, loadConfig, PlatformApiClient } from "@lukoweb/apitogo/apply";Cursor skill
Copy skills/apitogo-product/ into ~/.cursor/skills/apitogo-product/.
See skills/apitogo-product/INSTALL.md.
Requirements
- Node.js 20+
@lukoweb/apitogoavailable via npx, sitenode_modules, orAPITOGO_CLI_PATH- APItoGo platform API key id and secret
License
MIT
