Skip to main content
Glama

CC-Meta

by areznik23
setup.sh677 B
#!/bin/bash echo "Setting up CC-Meta (Claude Code Metaprompter)..." # Install dependencies echo "Installing dependencies..." npm install # Build the project echo "Building project..." npm run build # Create commands directory echo "Setting up slash commands..." mkdir -p ../.claude/commands cp commands/*.md ../.claude/commands/ # Check if .mcp.json exists if [ ! -f "../.mcp.json" ]; then echo "Creating .mcp.json..." cp setup/mcp.json.example ../.mcp.json else echo ".mcp.json already exists, skipping..." fi echo "" echo "Setup complete! You can now use:" echo " /meta Your prompt here" echo "" echo "Test the connection with: mcp_prompt-evaluator_ping()"

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/areznik23/cc-meta'

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