Skip to main content
Glama

Claude Code MCP Server

by steipete
restore-config.sh787 B
#!/bin/bash # Restore Original Claude Configuration set -e CONFIG_DIR="$HOME/Library/Application Support/Claude" ORIGINAL_CONFIG="$CONFIG_DIR/claude_desktop_config.json" BACKUP_CONFIG="$CONFIG_DIR/claude_desktop_config.backup.json" if [ -f "$BACKUP_CONFIG" ]; then echo "🔄 Restoring original Claude configuration..." cp "$BACKUP_CONFIG" "$ORIGINAL_CONFIG" echo "✅ Original configuration restored!" echo "♻️ Removing backup file..." rm "$BACKUP_CONFIG" else echo "⚠️ No backup configuration found!" fi echo "" echo "🔄 Restarting Claude to apply changes..." osascript -e 'tell application "Claude" to quit' sleep 2 osascript -e 'tell application "Claude" to activate' echo "" echo "✅ Claude has been restarted with original configuration!"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/steipete/claude-code-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server