II.
MCPConfigScope JSON
Structured · livemcp-config-scope:claude-code-user
User-scoped MCP config json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "mcp-config-scope:claude-code-user",
"_kind": "MCPConfigScope",
"_file": "extensions/mcp-config-scopes/claude-code-user.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "User-scoped MCP config",
"scope": "user",
"priority": 20,
"editableBy": "end-user",
"persistsTo": "~/.claude/mcp.json",
"pluginSourced": false,
"description": "User-level MCP server config — applies across all projects for this user\naccount. Lower priority than project/managed but higher than local.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-runtime-impl:claude-code.runtime@1.x",
"to": "mcp-config-scope:claude-code-user",
"kind": "uses_mcp_scope",
"attributes": {}
}
]
}