Atlas Scout
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Atlas ScoutFind all references to the calculateTotal function."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Atlas Scout MCP Registry packaging
This repository contains the inspectable packaging metadata and locked build recipe used to publish Atlas Scout to the official MCP Registry.
Atlas Scout is a local, read-only MCP server for structural code navigation. It builds a disposable SQLite index inside each workspace and provides bounded definitions, exact source ranges, references, static call relationships, architecture summaries, and edit-impact evidence to connected coding agents.
Install
Use an MCP Registry client that supports MCPB packages and choose the release asset matching your operating system and CPU architecture. Each bundle starts:
atlas-scout mcpThe current Preview 27 target matrix is:
Target | Minimum platform |
| macOS 15 on Apple silicon |
| 64-bit Linux with glibc 2.35+ on ARM64 |
| 64-bit Linux with glibc 2.35+ on x86-64 |
| 64-bit Windows 11 25H2+ on x86-64 |
Preview binaries for macOS and Windows are not yet platform-signed. Review the installation and platform-safety documentation and do not weaken operating-system or organization security controls.
Related MCP server: codemap
Reproduce the MCPB artifacts
The build is locked to Atlas Scout 1.0.0-preview.27, the exact signed public
release-manifest digest, all four source-archive digests and byte lengths, and
@anthropic-ai/mcpb 2.1.2.
Requirements: Bash, curl, jq, Node.js/npm, sha256sum, tar, and unzip.
./scripts/build-mcpb.sh
(cd dist/packages && sha256sum --check SHA256SUMS)The script downloads only immutable Preview 27 release objects from
download.atlasscout.dev, verifies them before extraction, and packages one
native target per .mcpb file. Generated artifacts remain under dist/ and
are not committed to Git.
For directories that accept only one downloadable MCPB artifact per listing, build the universal package:
./scripts/build-smithery-mcpb.shThat package contains three of the same verified native executables and a small Node.js launcher that selects the matching operating system and CPU at startup. It supports macOS/ARM64, Linux/x86-64, and Windows/x86-64 and requires Node.js 18 or newer. Smithery currently limits MCPB uploads to 25 MB, so Linux/ARM64 users should install its target-specific package from the official MCP Registry or GitHub release. Atlas Scout itself remains a native executable; the launcher is used only for cross-platform MCPB distribution.
The official MCPB CLI records the packaging time in each ZIP. Rebuilding
verifies and packages the same native inputs, but does not promise a
byte-identical .mcpb digest. The immutable release-asset digests used by MCP
clients are recorded in server.json and RELEASE_EVIDENCE.md.
The source archives additionally provide OpenPGP signatures, Sigstore bundles, SPDX SBOMs, and aggregate checksums through the signed public release manifest.
Licensing boundary
The packaging metadata, build scripts, and repository documentation are licensed under Apache License 2.0. Atlas Scout itself is separate proprietary software. The executables and product materials inside MCPB release assets remain governed by the Atlas Scout Proprietary License and EULA included in every bundle.
Installing or using an MCPB asset constitutes use of the proprietary runtime, not a grant under this repository's Apache license.
Privacy and support
Atlas Scout indexes locally. It does not transmit repository paths, symbols, queries, tool calls, editor state, Git remotes, index metrics, or source code to the Atlas Scout licensing service. Navigation results are sent to the coding agent the user connects.
Product documentation: https://atlasscout.dev/docs
Privacy policy: https://atlasscout.dev/legal/privacy
Support and security: support@atlasscout.dev
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceIntelligent code search MCP server with AST analysis, call graphs, dependency tracking, and semantic embeddings for developers.Last updatedApache 2.0
- Alicense-qualityAmaintenanceMCP server for local-first code intelligence, providing structural code graph, semantic search, and impact analysis to AI agents.Last updated1MIT
- Flicense-qualityBmaintenanceWorkspace-aware MCP server that provides AI clients with structural code understanding via AST parsing, hybrid retrieval, and git history, enabling accurate code search, definition lookup, and blame analysis.Last updated
- Alicense-qualityAmaintenanceLocal-first MCP server that scans a repository once and answers architecture questions from an evidence-backed graph, enabling dependency analysis, impact analysis, and codebase exploration without re-reading the source tree.Last updatedMIT
Related MCP Connectors
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
A MCP server built for developers enabling Git based project management with project and personal…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ZaguanLabs/atlas-scout-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server