You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
It would be great if mods could support loading MCP configuration from a global file like ~/.config/mods/mcp.json. Many tools are converging on this format as a standard. Additionally, it would be helpful if mods could also recognize local MCP config files named mcp.json (including .vscode/mcp.json for VSCode users).
Motivation
Currently, MCP configurations are often scattered across various files and formats, which can be confusing and difficult to maintain. Adopting a single common format would simplify management by allowing users to maintain one source of truth and link or reference it from different appropriate locations.
Proposed Solution
Load global MCP config from ~/.config/mods/mcp.json.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great if
modscould support loading MCP configuration from a global file like~/.config/mods/mcp.json. Many tools are converging on this format as a standard. Additionally, it would be helpful ifmodscould also recognize local MCP config files namedmcp.json(including.vscode/mcp.jsonfor VSCode users).Motivation
Currently, MCP configurations are often scattered across various files and formats, which can be confusing and difficult to maintain. Adopting a single common format would simplify management by allowing users to maintain one source of truth and link or reference it from different appropriate locations.
Proposed Solution
~/.config/mods/mcp.json..mcp.jsonfile from the project directory (see https://docs.anthropic.com/en/docs/claude-code/mcp#project-scope)Benefits
Thanks for considering this! Aligning with this emerging convention would make
modsmore flexible and user-friendly.Beta Was this translation helpful? Give feedback.
All reactions