@archyai/build-spec-mcp
v0.1.0
Published
Public-facing MCP for Archy build-spec template and compile workflows
Downloads
129
Readme
Build Spec MCP
Shareable MCP server for Archy build-spec generation.
This package exposes only:
get_build_intake_templatecompile_build_spec_from_intakecompile_build_spec_from_file
It does not expose build-project CRUD or internal control-plane routes.
Environment
ARCHY_API_URL— defaults tohttps://app.archyai.ioBUILD_SPEC_ACCESS_TOKEN— compile-only bearer token for/api/build-spec/*
Example
npx @archyai/build-spec-mcpConfigure your MCP client to launch archy-build-spec-mcp with:
ARCHY_API_URL=https://app.archyai.ioBUILD_SPEC_ACCESS_TOKEN=<build_spec_access_token>
Recommended Usage
- Prefer
compile_build_spec_from_filefor large intakes. compile_build_spec_from_*returns a compact summary by default.- Set
includeArtifacts: trueonly when you need the full compiled output.
