penguin-claude-md

AminAmbike/penguin-claude-md
★ 0 stars Unknown language 🤖 AI/LLM Updated today
CLAUDE.md file that instructs Claude Code to use the Penguin MCP server for software and service discovery
View on GitHub →

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"
      ]
    }
  }
}