← Registry

Developer Tools

agentic-atlas.dev

Provides a knowledge graph interface for querying identities, relationships, and provenance data.

1 endpoint8 known toolsFirst detected August 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://agentic-atlas.dev/mcp

No auth detected

MCP server metadata

Name
Agentic Atlas
Version
3.4.7
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

Consult one active Agentic Atlas Release. Every tool addresses its payload directly: call atlas_cards with the canonical ids you already know, atlas_read for any exact canonical address, and atlas_orient only when you do not yet have an identity. Carry the coherence marker each payload returns as expected_revision on every later call, so a promotion is refused rather than silently crossed. Use atlas_navigate for the canonical tree or the publisher-curated tour.

Known tools 8

atlas_orient

Discover canonical identity from an ordinary-language query.

Inferred read-only
atlas_cards

Read 1-4 distinct canonical ids as one ordered Card per id.

Inferred read-only
atlas_read

Read one Node id, node#section, or decision:<id> address.

Inferred read-only
atlas_links

Page one subject's relationship occurrences, inbound and outbound.

Inferred read-only
atlas_provenance

Expand compact source addresses into their audit facts.

Inferred read-only
atlas_navigate

Read the canonical tree or publisher-curated tour.

Inferred read-only
atlas_define

Define one admitted glossary term, with match, ambiguity, or miss.

Inferred read-only
atlas_decisions

List or search the admitted Decision summaries in manifest order.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.