@craft-ng/mcp
v0.7.0-beta.11
Published
MCP server, Agent Skills, and LLM files for coding agents using @craft-ng/core
Maintainers
Readme
@craft-ng/mcp
MCP server, Agent Skills, and LLM entry points so a coding agent can use
@craft-ng/core after you import it.
This is the consumer-facing counterpart of the docs site. It does not replace the runtime registry / log MCP servers used inside the ng-craft monorepo.
Install
npm install -D @craft-ng/mcp@betaOr run it without adding a dependency:
npx -y @craft-ng/mcp@betaCursor / Claude Code / VS Code
{
"mcpServers": {
"craft-ng": {
"command": "npx",
"args": ["-y", "@craft-ng/mcp@beta"]
}
}
}Commit that as .mcp.json at the app root so the whole team gets the tools.
Tools
| Tool | Job |
| --- | --- |
| get_best_practices | Craft coding rules + AGENTS.md snippet |
| search_documentation | Search the bundled Learn / Guide / Reference |
| get_documentation_page | One page as markdown |
| find_examples | Learn + demo example hits |
| list_skills / get_skill | Agent Skills shipped in this package |
| get_llms_txt | Public llms.txt / llms-full.txt URLs |
LLM files on the docs site
- https://ng-angular-stack.github.io/craft/llms.txt
- https://ng-angular-stack.github.io/craft/llms-full.txt
- Every docs page also has a
.mdsibling (for example/guide/state/local-state.md)
Agent Skills
Skills follow the Agent Skills layout
and are packaged as an Agent Plugin (plugin.json
mcp.json+skills/):
ng-craft-routes— type-safecraftRoutesfilestranslate-spec-to-ng-craft— map a spec onto primitivesng-craft-service-migration—craftService/toCraftServicemigrate-to-ng-craft—craft-migratethen manual follow-up
Point your agent at node_modules/@craft-ng/mcp/skills, or copy the AGENTS.md
snippet from get_best_practices.
Docs
https://ng-angular-stack.github.io/craft/resources/ai-agents
