CLAUDE.md file that instructs Claude Code to use the Penguin MCP server for software and service discovery
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"
]
}
}
}
Run in terminal:
claude mcp add penguin-claude-md npx -y AminAmbike/penguin-claude-md
Add to .cursor/mcp.json:
{
"mcpServers": {
"penguin-claude-md": {
"command": "npx",
"args": [
"-y",
"AminAmbike/penguin-claude-md"
]
}
}
}