Skip to content

Bug: global Claude MCP config is written to ~/.claude/mcp.json instead of ~/.claude.json #203

@wflyer

Description

@wflyer

Description

When running the installer with global scope for Claude, the script writes MCP config to ~/.claude/mcp.json.

However, current Claude Code MCP documentation indicates user/global MCP config should be stored in ~/.claude.json.

Current Behavior

In install.sh, Claude global path is currently:

write_mcp_json "$HOME/.claude/mcp.json"

(see install.sh, around line 820)

Expected Behavior

For Claude global/user scope, installer should write/merge MCP config into ~/.claude.json.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions