{
  "markdown": "# Atlas Scout MCP Registry packaging\n\n[![smithery badge](https://smithery.ai/badge/zaguanlabs/atlas-scout)](https://smithery.ai/servers/zaguanlabs/atlas-scout)\n\nThis repository contains the inspectable packaging metadata and locked build\nrecipe used to publish Atlas Scout to the official MCP Registry.\n\nAtlas Scout is a local, read-only MCP server for structural code navigation. It\nbuilds a disposable SQLite index inside each workspace and provides bounded\ndefinitions, exact source ranges, references, static call relationships,\narchitecture summaries, and edit-impact evidence to connected coding agents.\n\n## Install\n\nUse an MCP Registry client that supports MCPB packages and choose the release\nasset matching your operating system and CPU architecture. Each bundle starts:\n\n```text\natlas-scout mcp\n```\n\nThe current Preview 29 target matrix is:\n\n| Target | Minimum platform |\n|---|---|\n| `aarch64-apple-darwin` | macOS 15 on Apple silicon |\n| `aarch64-unknown-linux-gnu` | 64-bit Linux with glibc 2.35+ on ARM64 |\n| `x86_64-unknown-linux-gnu` | 64-bit Linux with glibc 2.35+ on x86-64 |\n| `x86_64-pc-windows-msvc` | 64-bit Windows 11 25H2+ on x86-64 |\n\nPreview binaries for macOS and Windows are not yet platform-signed. Review the\n[installation and platform-safety documentation](https://atlasscout.dev/docs)\nand do not weaken operating-system or organization security controls.\n\n## Reproduce the MCPB artifacts\n\nThe build is locked to Atlas Scout `1.0.0-preview.29`, the exact signed public\nrelease-manifest digest, all four source-archive digests and byte lengths, and\n`@anthropic-ai/mcpb` `2.1.2`.\n\nRequirements: Bash, curl, jq, Node.js/npm, sha256sum, tar, and unzip.\n\n```bash\n./scripts/build-mcpb.sh\n(cd dist/packages && sha256sum --check SHA256SUMS)\n```\n\nThe script downloads only immutable Preview 29 release objects from\n`download.atlasscout.dev`, verifies them before extraction, and packages one\nnative target per `.mcpb` file. Generated artifacts remain under `dist/` and\nare not committed to Git.\n\nFor directories that accept only one downloadable MCPB artifact per listing,\nbuild the universal package:\n\n```bash\n./scripts/build-smithery-mcpb.sh\n```\n\nThat package contains three of the same verified native executables and a small\nNode.js launcher that selects the matching operating system and CPU at startup.\nIt supports macOS/ARM64, Linux/x86-64, and Windows/x86-64 and requires Node.js\n18 or newer. Smithery currently limits MCPB uploads to 25 MB, so Linux/ARM64\nusers should install its target-specific package from the official MCP Registry\nor GitHub release. Atlas Scout itself remains a native executable; the launcher\nis used only for cross-platform MCPB distribution.\n\nThe official MCPB CLI records the packaging time in each ZIP. Rebuilding\nverifies and packages the same native inputs, but does not promise a\nbyte-identical `.mcpb` digest. The immutable release-asset digests used by MCP\nclients are recorded in `server.json` and `RELEASE_EVIDENCE.md`.\n\nThe source archives additionally provide OpenPGP signatures, Sigstore bundles,\nSPDX SBOMs, and aggregate checksums through the [signed public release\nmanifest](https://download.atlasscout.dev/preview/1.0.0-preview.29/release.json).\n\n## Licensing boundary\n\nThe packaging metadata, build scripts, and repository documentation are\nlicensed under Apache License 2.0. Atlas Scout itself is separate proprietary\nsoftware. The executables and product materials inside MCPB release assets\nremain governed by the Atlas Scout Proprietary License and EULA included in\nevery bundle.\n\nInstalling or using an MCPB asset constitutes use of the proprietary runtime,\nnot a grant under this repository's Apache license.\n\n## Privacy and support\n\nAtlas Scout indexes locally. It does not transmit repository paths, symbols,\nqueries, tool calls, editor state, Git remotes, index metrics, or source code to\nthe Atlas Scout licensing service. Navigation results are sent to the coding\nagent the user connects.\n\n- Product documentation: <https://atlasscout.dev/docs>\n- Privacy policy: <https://atlasscout.dev/legal/privacy>\n- Support and security: <support@atlasscout.dev>\n",
  "bytes": 4134,
  "sha": "61cd351cdee466891facab7345606c4602e20b0f538be3dd718633efb702ac3b",
  "repo_slug": "zaguanlabs/atlas-scout-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_zaguanlabs_atlas_scout_40121693/readme"
}