penguin-claude-md

AminAmbike/penguin-claude-md
★ 0 stars Unknown language AI/LLM Updated 1mo ago
CLAUDE.md file that instructs Claude Code to use the Penguin MCP server for software and service discovery
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "penguin-claude-md": {
      "command": "npx",
      "args": [
        "-y",
        "AminAmbike/penguin-claude-md"
      ]
    }
  }
}