← agentic-atlas.dev

INDIVIDUAL MCP TOOL

atlas_navigate

Read 'tree', the canonical ordered traversal of every published node, or 'tour', the publisher-curated first learning path.

agentic-atlas.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://agentic-atlas.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for atlas_navigate and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

agentic-atlas.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agentic-atlas]
url = "https://agentic-atlas.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentic-atlas": {
      "type": "http",
      "url": "https://agentic-atlas.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentic-atlas
Remote MCP URL: https://agentic-atlas.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agentic-atlas": {
      "url": "https://agentic-atlas.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentic-atlas": {
      "type": "http",
      "url": "https://agentic-atlas.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentic-atlas",
  "transport": "streamable-http",
  "url": "https://agentic-atlas.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • atlas_orient — Discover canonical identity from an ordinary-language query — the entry point when no canonical id is held.
  • atlas_cards — Read 1-4 canonical ids as one ordered Card per id: identity, Hook, and sealed claims with source addresses.
  • atlas_read — Read a complete Node (bare id: identity, hierarchy, Hook, and every Section — relationships are recovered through atlas_links), one Section ('node-id#section-slug'), one Decision record ('decision:<decision-id>'), or one exact glossary definition ('term:<key>').
  • atlas_links — Page one subject's relationship occurrences, outbound then inbound, each with direction, reference class, source Section, and the far end's Hook, plus its identity unless the class is 'undisclosed'.