II.
MCPConfigScope JSON
Structured · livemcp-config-scope:claude-code-project
Project-scoped MCP config json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "mcp-config-scope:claude-code-project",
"_kind": "MCPConfigScope",
"_file": "extensions/mcp-config-scopes/claude-code-project.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Project-scoped MCP config",
"scope": "project",
"priority": 30,
"editableBy": "project-maintainer",
"persistsTo": ".mcp.json",
"pluginSourced": false,
"description": "Project-level MCP server config — checked into the repo, applies to all\ncontributors. Overrides user/local but is overridden by managed/enterprise.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-runtime-impl:claude-code.runtime@1.x",
"to": "mcp-config-scope:claude-code-project",
"kind": "uses_mcp_scope",
"attributes": {}
},
{
"from": "tool-server:filesystem-mcp",
"to": "mcp-config-scope:claude-code-project",
"kind": "mcp_config_scoped_to",
"attributes": {}
}
]
}