Usage
Options
Configuration scope:
user or project.user: Installs globally for all Claude Code sessionsproject: Creates project-specific configuration in.codaph/mcp/
Automatically apply the configuration to Claude Code settings.Without this flag, the command only generates the template.
Working directory path. Defaults to current directory.
Output results in JSON format.
Examples
Generate MCP configuration template
.codaph/mcp/claude-code.json with the MCP server configuration.
Install for user (all projects)
Install for project only
Generated Configuration
The command generates a Claude Code MCP configuration:Configuration Locations
User Scope
The configuration is added to Claude Code’s global settings:- macOS/Linux:
~/.config/claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Project Scope
The configuration is saved in the project:.codaph/mcp/claude-code.json
Manual Installation
If you prefer to install manually:-
Generate the template:
-
Copy the configuration from
.codaph/mcp/claude-code.json - Add it to your Claude Code settings file
- Restart Claude Code
Verification
After setup, Claude Code should show the Codaph MCP server in its available tools. You can verify by:- Opening Claude Code
- Starting a new conversation
- Typing “List available tools” - you should see
codaph_*tools
Troubleshooting
MCP server not connecting
-
Verify
codaphis in your PATH: -
Test MCP server manually:
- Check Claude Code logs for connection errors
Tools not appearing
- Restart Claude Code after configuration changes
- Verify JSON syntax in config file
- Check that
mcpServerssection is properly formatted
Related Commands
- codaph mcp - Start MCP server
- codaph init - Initialize Codaph project
- codaph status - Check project status