opensource.guide (MCP Server)

GitHub

๐Ÿ“š Community guides for open source creators

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "opensource.guide": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-opensource.guide"
      ]
    }
  }
}