Developer Tools
agentic-atlas.dev
Provides a knowledge graph interface for querying identities, relationships, and provenance data.
ENDPOINT 1
https://agentic-atlas.dev/mcp
MCP server metadata
- Name
- Agentic Atlas
- Version
- 3.4.7
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
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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.